Изменил(а) на 'Cleanup linux kernel rc packages'

max 2022-05-23 18:55:25 +03:00
parent 929984b24e
commit b2d4c53718

@ -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
```