Skip to content

Instantly share code, notes, and snippets.

@Theby
Created January 9, 2014 02:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Theby/8328554 to your computer and use it in GitHub Desktop.
Save Theby/8328554 to your computer and use it in GitHub Desktop.
Remover antiguos Kernels de Ubuntu
//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