I am using Kubuntu 18.04 and everything is up-to-date. I noticed that I still have Linux 4.15.0-33 installed, even though I just updated to 4.15.0-45 today. I tried to get rid of it using apt autoremove but it wasn't removed. Should I get rid of it using Muon or should I just let it be?
Announcement
Collapse
No announcement yet.
Removing Kernel 4.15.0-33
Collapse
This topic is closed.
X
X
-
Assuming that it's only your 'other installed' kernel; meaning you have two installed; no. If for any reason you were not able to boot using the 'current' kernel, the previous one becomes a 'life boat'.Windows no longer obstruct my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
-
No, I have two lifeboats, the previous one (4.15.0-44), and 4.15.0-33. I always keep the previous kernel for emergencies, but this one (0-33) seems to have lingered on since installation of Bionic Beaver. Probably I didn't autoremove it when I should have.
- Top
- Bottom
Comment
-
Use Muon Package Manager then and search on 4.15.0-33 and select all that are kernel related for purging.Windows no longer obstruct my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Or in Konsole try:
sudo apt purge 4.15.0-33
That should find and remove anything related to that kernel along with it.
- Top
- Bottom
Comment
-
If you want to get rid of all your old kernels and their associated kernel headers and kernel modules, the easiest way is:
This will also uninstall all old/superseded packages, not just kernels. It will leave just one old kernel and the current kernel. Before doing so, the above command will list all packages that will be uninstalled and the amount of space this will save and ask you if you want to proceed.Code:sudo apt autoremove
- Top
- Bottom
Comment
-
From the first post in this thread;Originally posted by kilgoretrout View PostIf you want to get rid of all your old kernels and their associated kernel headers and kernel modules, the easiest way is:
This will also uninstall all old/superseded packages, not just kernels. It will leave just one old kernel and the current kernel. Before doing so, the above command will list all packages that will be uninstalled and the amount of space this will save and ask you if you want to proceed.Code:sudo apt autoremove
Autoremove for kernels is controlled in /etc/apt/apt.conf.d/ and if something interrupts it or it gets out-of-whack it doesn't fix itself. You have to manually remove it, which is what the OP did.I tried to get rid of it using apt autoremove but it wasn't removed.
- Top
- Bottom
Comment
Users Viewing This Topic
Collapse
There are 0 users viewing this topic.







Comment