Linux/Ubuntu Kernel: Difference between revisions
< Linux
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
</pre> | </pre> | ||
</blockquote> | </blockquote> | ||
<code> | |||
dpkg -l | grep "linux\-[a-z]*\-" | |||
sudo apt-get remove KERNEL_PACKAGES_TO_REMOVE | |||
</code> |
Revision as of 10:03, 1 October 2012
- Download: http://kernel.ubuntu.com/~kernel-ppa/mainline
- linux-headers-xxx-generic_amd64.deb
- linux-headers-xxx_all.deb
- linux-image-xxx-generic_xxx_amd64.deb
- linux-image-extra-xxx-generic_xxx_amd64.deb
- Install:
sudo dpkg -i *.deb
- Uninstall:
dpkg -l | grep "linux\-[a-z]*\-" sudo apt-get remove KERNEL_PACKAGES_TO_REMOVE
dpkg -l | grep "linux\-[a-z]*\-"
sudo apt-get remove KERNEL_PACKAGES_TO_REMOVE