Diferencia entre revisiones de «GNU/Linux»

De TechShareRoom wiki
Ir a la navegación Ir a la búsqueda
Línea 100: Línea 100:
Then run this in terminal:
Then run this in terminal:


'''sudo linux-purge --clear-boot --fix'''
'''sudo linux-purge --clear-boot'''


Then go on removing kernels by e.g.
Then go on removing kernels by e.g.

Revisión del 01:34 31 dic 2022


Distribuciones

Recursos Arch

Repositorios recomendados

== Canales y Grupos de Telegram en español sobre Software Libre, Código Abierto y GNU/Linux == - Fuente: Proyecto Tic Tac

Tutoriales

Artículos

Videos

Solución a problemas

sh -c 'cd /tmp && wget -N https://git.launchpad.net/linux-purge/plain/install-linux-purge.sh && chmod +x ./install-linux-purge.sh && sudo ./install-linux-purge.sh && rm ./install-linux-purge.sh' && [ "$BASH" ] && echo Replaced current shell in order to make the Bash completion work. && exec bash

Install linux-purge tool like this.

Then run this in terminal:

sudo linux-purge --clear-boot

Then go on removing kernels by e.g.

sudo linux-purge --keep 1 --choose

Enlaces