Created
January 9, 2014 02:40
-
-
Save Theby/8328554 to your computer and use it in GitHub Desktop.
Remover antiguos Kernels de Ubuntu
This file contains hidden or 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
//Kernel actualmente en uso | |
uname -r | |
//Lista de Kernels instalados | |
dpkg --list | grep linux-image | |
//Para borrar uno o mas Kernels | |
sudo apt-get purge linux-image-x.x-x.x-generic [..] linux-image-x.x-x.x-generic |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment