Skip to content

Instantly share code, notes, and snippets.

@crashish
Created July 7, 2016 12:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crashish/f4633ed8807d96a054db4e451deb7b87 to your computer and use it in GitHub Desktop.
Save crashish/f4633ed8807d96a054db4e451deb7b87 to your computer and use it in GitHub Desktop.
dpkg -l 'linux-*' | awk '/^ii/{ print $2}' | grep -v -e `uname -r | cut -f1,2 -d"-"` | grep -e [0-9] | grep -E "(image|headers)"|xargs sudo dpkg -P
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment