Skip to content

Instantly share code, notes, and snippets.

@nlacourte
Created April 2, 2015 20:22
Show Gist options
  • Select an option

  • Save nlacourte/39ade6050ca1e0d38a36 to your computer and use it in GitHub Desktop.

Select an option

Save nlacourte/39ade6050ca1e0d38a36 to your computer and use it in GitHub Desktop.
Purge Old kernel but not current on Debian-like (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
@gchocteau
Copy link

Copier/coller tel que ? Avec les paramètres vierges ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment