Skip to content

Instantly share code, notes, and snippets.

@SteveViss
Created August 21, 2014 19:43
Show Gist options
  • Save SteveViss/8a0c0160975ddabc5839 to your computer and use it in GitHub Desktop.
Save SteveViss/8a0c0160975ddabc5839 to your computer and use it in GitHub Desktop.
Delete old kernels on Ubuntu
dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d' | xargs sudo apt-get -y purge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment