Skip to content

Instantly share code, notes, and snippets.

@faishal
Created March 9, 2015 14:27
Show Gist options
  • Save faishal/64af89db701198d1bf7e to your computer and use it in GitHub Desktop.
Save faishal/64af89db701198d1bf7e to your computer and use it in GitHub Desktop.
Remove unused kernels in ubuntu
dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d' | xargs sudo apt-get purge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment