Last active
February 11, 2022 18:14
-
-
Save p3x-robot/2f77e21203969ed74b75ba9f999434ea to your computer and use it in GitHub Desktop.
Debian based Linux delete old kernels help
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dpkg --list | egrep -i --color 'linux-image|linux-headers|linux-modules' | |
dpkg --list | egrep -i --color 'linux-image|linux-headers|linux-modules' | grep "^rc" | cut -d " " -f 3 | xargs sudo dpkg --purge |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment