RE: Cleaning up Linux boot partition

You are viewing a single comment's thread from:

Cleaning up Linux boot partition

in linux •  8 years ago  (edited)

Nice post.
Just remeber to do:
sudo apt-get autoclean && apt-get autoremove -y
** After you have rebooted your system to the new kernel.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

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.