1 Cleanup linux kernel rc packages
max edited this page 2022-05-23 18:55:25 +03:00
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