Skip to content

Instantly share code, notes, and snippets.

@untergrundbiber
Created December 1, 2013 09:23
Show Gist options
  • Save untergrundbiber/7730337 to your computer and use it in GitHub Desktop.
Save untergrundbiber/7730337 to your computer and use it in GitHub Desktop.
#!/bin/sh
dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d' | grep -v linux-libc-dev | xargs apt-get purge -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment