Diferencia entre revisiones de «Ubuntu»
Ir a la navegación
Ir a la búsqueda
Sin resumen de edición |
|||
Línea 40: | Línea 40: | ||
linux-purge --keep 1 --choose | linux-purge --keep 1 --choose | ||
</syntaxhighlight> | </syntaxhighlight> | ||
*[https://www.techrepublic.com/article/how-to-fix-apts-the-following-packages-have-been-kept-back-issue/ The following packages have been kept back] |
Revisión del 11:27 9 jul 2024
Comandos
- Actualizar a versión superior del sistema
do-release-upgrade
Recursos
Mantenimiento
Solución a problemas
- My /boot partition hit 100% and now I can't upgrade. Can't remove old kernels to make room
- linux-purge
- Instalar con:
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