Skip to content

Instantly share code, notes, and snippets.

@mikechau
Created January 22, 2014 18:01
checking / removing kernels in ubuntu
# removing
sudo apt-get remove linux-headers-3.12.6-* linux-image-3.12.6-*
# list
dpkg --list | grep linux-image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment