Return to Snippet

Revision: 63409
at May 5, 2013 15:50 by oxnard


Initial Code
uname -r

ls /boot | grep vmlinuz | cut -d'-' -f2,3

dpkg -l | grep ^ii | grep 2.6.28-15 | awk -F' ' '{ print $2 }'

sudo aptitude remove linux-headers-2.6.28-15 linux-headers-2.6.28-15-generic linux-image-2.6.28-15-generic linux-restricted-modules-2.6.28-15-generic

Initial URL


Initial Description
Remove Unneeded Linux Kernels in Ubuntu

Initial Title
Remove Unneeded Linux Kernels in Ubuntu

Initial Tags
linux, ubuntu

Initial Language
Bash