Linux/Ubuntu Kernel: Difference between revisions

From Wiki
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

sudo dpkg -i *.deb
  • Uninstall:
dpkg -l | grep "linux\-[a-z]*\-"
sudo apt-get remove KERNEL_PACKAGES_TO_REMOVE