To remove old kernels from ubuntu OS:
First check the current kernel version:
$ uname -r
Do not remove current version.
To remove old kernel version use command:
$sudo apt-get purge linux-image-2.6.XX-XX-generic
Then remove header of that version:
$sudo apt-get purge linux-headers-2.6.XX-XX
Friday, March 19, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment