Skip to content

Instantly share code, notes, and snippets.

@xemoe
Created October 15, 2015 05:12
Show Gist options
  • Save xemoe/effd7dd50c5eb7193fc5 to your computer and use it in GitHub Desktop.
Save xemoe/effd7dd50c5eb7193fc5 to your computer and use it in GitHub Desktop.
Ubuntu remove kernel
echo $(dpkg --list | grep linux-image | awk '{ print $2 }' | sort -V | sed -n '/'`uname -r`'/q;p') $(dpkg --list | grep linux-headers | awk '{ print $2 }' | sort -V | sed -n '/'"$(uname -r | sed "s/\([0-9.-]*\)-\([^0-9]\+\)/\1/")"'/q;p') | xargs sudo apt-get -y purge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment