Skip to content

Instantly share code, notes, and snippets.

@danteay
Created October 13, 2019 19:47
Show Gist options
  • Save danteay/747f5daaafc3c3a0378425b3ad117f5d to your computer and use it in GitHub Desktop.
Save danteay/747f5daaafc3c3a0378425b3ad117f5d to your computer and use it in GitHub Desktop.
#!/bin/bash
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