Skip to content

Instantly share code, notes, and snippets.

@csrutil
Created February 25, 2023 14:02
Show Gist options
  • Save csrutil/2426716b68dd68ff37e8d446b0223bbe to your computer and use it in GitHub Desktop.
Save csrutil/2426716b68dd68ff37e8d446b0223bbe to your computer and use it in GitHub Desktop.
remove old kernels
dpkg --list| grep 'pve-kernel-.*-pve' | awk '{print $2}' | sort -V
dpkg --list| grep 'linux-image' | awk '{print $2}' | sort -V
apt purge -y linux-image-5.10.0-19-amd64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment