Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save marcocarvalho/6727745 to your computer and use it in GitHub Desktop.
Save marcocarvalho/6727745 to your computer and use it in GitHub Desktop.
dpkg -l linux-* | grep -v libc | awk '/^ii/{ print $2}' | grep -v -e `uname -r | cut -f1,2 -d"-"` | grep -e [0-9] | xargs sudo apt-get -y purge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment