diff --git a/Cleanup-linux-kernel-rc-packages.md b/Cleanup-linux-kernel-rc-packages.md new file mode 100644 index 0000000..4f342f1 --- /dev/null +++ b/Cleanup-linux-kernel-rc-packages.md @@ -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 +``` \ No newline at end of file