Skip to content

Instantly share code, notes, and snippets.

@guildenstern70
Created March 17, 2016 09:02
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 guildenstern70/634b95fe27f8b818476a to your computer and use it in GitHub Desktop.
Save guildenstern70/634b95fe27f8b818476a to your computer and use it in GitHub Desktop.
Script to remove old Linux kernels (change versions with actual numbers)
dpkg --list | grep linux-image
dpkg --list | grep linux-headers
sudo apt-get purge linux-image-3.19.0-{18,20,21,25}
sudo apt-get purge linux-headers-3.19.0-{18,20,21,25}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment