Menú alternativo
Toggle preferences menu
Menú alternativo personal
No has accedido
Tu dirección IP será visible si haces alguna edición

Diferencia entre revisiones de «Ubuntu»

De TechShareRoom wiki
Sin resumen de edición
Sin resumen de edición
Línea 4: Línea 4:
do-release-upgrade
do-release-upgrade
</syntaxhighlight>
</syntaxhighlight>
== Recursos ==
*[https://en.wikipedia.org/wiki/Ubuntu_version_history#Table_of_versions Tabla de versiones]


== Mantenimiento ==
== Mantenimiento ==
Línea 10: Línea 13:


== Solución a problemas ==
== Solución a problemas ==
*[https://askubuntu.com/questions/171209/my-boot-partition-hit-100-and-now-i-cant-upgrade-cant-remove-old-kernels-to/1165681#1165681 My /boot partition hit 100% and now I can't upgrade. Can't remove old kernels to make room]
*[https://askubuntu.com/questions/171209/my-boot-partition-hit-100-and-now-i-cant-upgrade-cant-remove-old-kernels-to/1165681#1165681 My /boot partition hit 100% and now I can't upgrade. Can't remove old kernels to make room]
**[https://launchpad.net/linux-purge/+announcement/15313 linux-purge]
**[https://launchpad.net/linux-purge/+announcement/15313 linux-purge]

Revisión del 23:22 2 abr 2024

Comandos

  • Actualizar a versión superior del sistema
do-release-upgrade

Recursos

Mantenimiento

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

apt install dialog

Para saber los kernel que hay instalados:

dpkg --list | grep linux-image

Then run this in terminal, use "sudo" if proceed in your case:

linux-purge --clear-boot

Then go on removing kernels by e.g.

linux-purge --keep 1 --choose