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 obstructs 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 obstructs 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:
Code:sudo apt autoremove
- Top
- Bottom
Comment
-
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:
Code:sudo apt autoremove
I tried to get rid of it using apt autoremove but it wasn't removed.
- Top
- Bottom
Comment
Comment