Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@spin0us
Created May 2, 2013 07:43
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 spin0us/5500741 to your computer and use it in GitHub Desktop.
Save spin0us/5500741 to your computer and use it in GitHub Desktop.
Ubuntu : clean /boot
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
@robzelo
Copy link

robzelo commented Oct 3, 2017

This article walks through the steps

https://technovechno.com/how-to-clean-boot-on-ubuntu/

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