I've just done an upgrade of my lubuntu. I see for example that I have in the system old linux kernels. How can I clean and tidy my OS?
Asked
Active
Viewed 3,111 times
1 Answers
0
If you like the command line, you can try sudo apt autoremove to get rid of some of the old kernels.
If you prefer a GUI, you could try Ubuntu Cleaner, a fork of the crud-cleaning portion of the late lamented Ubuntu Tweak application. From the linked article, you can install it from a ppa by issuing these commands:
sudo add-apt-repository ppa:gerardpuig/ppa
sudo apt-get update && sudo apt-get install ubuntu-cleaner
Organic Marble
- 22,803
- 12
- 65
- 118
-
`sudo apt autoremove` works, but only partially – zar Jun 21 '17 at 09:04
-
What do you mean by that? – Organic Marble Jun 21 '17 at 14:40
-
That remove some old kernel but not all – zar Jun 22 '17 at 07:13