If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
Please do not use the CODE tag when pasting content that contains formatting (colored, bold, underline, italic, etc).
The CODE tag displays all content as plain text, including the formatting tags, making it difficult to read.
Yes. I can't say for certain that doing this via Muon Package Manager works as it does/did in Synaptic Package Manager, but it should. I say this because I don't use a GUI package manager for installing/removing anything. I do that from the console with apt-get.
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
That sort of removal is very incomplete and leaves back a good portion of the old kernels.
Every kernel has four packages: (kernel 3.5.0-15 show as example) linux-headers-3.5.0-15 (header files) linux-headers-3.5.0-15-generic(additional headers depending on kernel type) linux-image-3.5.0-15-generic(kernel image) linux-image-extra-3.5.0-15-generic(extra image)
Once you have installed a new kernel and booted into it to see that it's working properly, you can remove all packages related to older kernels - generally around 220 MB for all packages together per kernel.
In Synaptic, enter your major kernel version in the search box (e.g. 3.5.0), this will show you all packages for your kernels, and not just a small part of it. You can now uninstall all packages except those four for the latest kernel.
Comment