I need to delete older kernels from a server to make room for updating to a new one. I can't really use GUI-based methods like synaptic, and apt-get remove --purge didn't work.
What to do?
|
I need to delete older kernels from a server to make room for updating to a new one. I can't really use GUI-based methods like What to do? |
|||||||
|
|
Create a shell script with this content:
This script will remove old kernels, headers and sources. |
||||
|
|
|
This Article details for remove old kernel linux http://www.ibotme.com/knowledgebase/linux-existe-alguna-manera-de-ocultar-o-eliminar-las-versiones-anteriores-de-kernel/ |
|||
|
|
Download and install either of these from software center:
Open Janitor(direct janitor or tweak), you will find "Old Kernel Packages" under "System". Tick mark on it and click 'Clean' Enter the password and the old ones will be removed |
||||
|
|
|
It's very strange. The command "apt-get --purge remove" is incorrect. I find this guide:
Follow this guide. I try it on my laptop. I find this guide also: Bye. |
|||||||
|