Skip to content

Instantly share code, notes, and snippets.

@codenamezjames
Created November 21, 2014 05:57
Show Gist options
  • Save codenamezjames/0fdea3ce368ad9fe8a08 to your computer and use it in GitHub Desktop.
Save codenamezjames/0fdea3ce368ad9fe8a08 to your computer and use it in GitHub Desktop.
Uninstall all but current kernal
sudo apt-get remove --purge $(dpkg -l 'linux-image-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment