You are viewing a single comment's thread from:
RE: Cleaning up Linux boot partition
Nice post.
Just remeber to do:
sudo apt-get autoclean && apt-get autoremove -y
** After you have rebooted your system to the new kernel.
Nice post.
Just remeber to do:
sudo apt-get autoclean && apt-get autoremove -y
** After you have rebooted your system to the new kernel.
I think you have to sudo the second command too, ie.
sudo apt-get autoclean && sudo apt-get autoremove -y
nop, just one. It's one command.