Изменил(а) на 'Cleanup linux kernel rc packages'
parent
929984b24e
commit
b2d4c53718
10
Cleanup-linux-kernel-rc-packages.md
Normal file
10
Cleanup-linux-kernel-rc-packages.md
Normal file
@ -0,0 +1,10 @@
|
||||
```
|
||||
Then you can remove the old configuration files as well
|
||||
Code:
|
||||
dpkg --list |grep "^rc"
|
||||
Code:
|
||||
dpkg --list |grep "^rc" |cut -d " " -f3
|
||||
Code:
|
||||
dpkg --list |grep "^rc" |cut -d " " -f3 |xargs sudo dpkg --purge
|
||||
forgot that bit earlier
|
||||
```
|
Loading…
Reference in New Issue
Block a user