Skip to content

Instantly share code, notes, and snippets.

@ehvattum
Created September 28, 2021 12:21
Show Gist options
  • Save ehvattum/e0a1cae532495b2f3f507ffe2b1949ca to your computer and use it in GitHub Desktop.
Save ehvattum/e0a1cae532495b2f3f507ffe2b1949ca to your computer and use it in GitHub Desktop.
purge old kernels from /boot
sudo apt-get purge $(dpkg -l linux-{image,headers}-"[0-9]*" | awk '/ii/{print $2}' | grep -ve "$(uname -r | sed -r 's/-[a-z]+//')")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment