No puedo instalar la reparación de arranque o el desinstalador del sistema operativo

No puedo instalar la reparación de arranque o el desinstalador del sistema operativo

No pude instalar la reparación de arranque ni el desinstalador del sistema operativo

" You might want to run 'apt-get -f install' to correct these: The following packages have unmet dependencies: boot-repair : Depends: boot-sav but it is not going to be installed libgl1-mesa-dri-lts-utopic:i386 : Depends: libllvm3.5:i386 (>= 1:3.5~+rc3) but it is not going to be installed E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution)."

" You might want to run 'apt-get -f install' to correct these: The following packages have unmet dependencies: libgl1-mesa-dri-lts-utopic:i386 : Depends: libllvm3.5:i386 (>= 1:3.5~+rc3) but it is not going to be installed os-uninstaller : Depends: boot-sav but it is not going to be installed E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution)."

Respuesta1

Ubuntu 19.10 Live (USB/CD) causa un problema similar, con una dependencia diferente. La causa es que el universerepositorio no está habilitado y pythonno se encuentra la dependencia.

Esto se soluciona fácilmente usando:

sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"

y luego intentar instalar boot-repairnuevamente.

Respuesta2

¿Probaste su sugerencia y uso?

sudo apt-get install -f boot-repair

intenta también

sudo apt-get autoremove
sudo apt-get dist-upgrade
sudo apt-get upgrade
sudo apt-get update
sudo ap-get install libgl1-mesa-dri-lts-utopic:i386

Luego intenta reinstalar

información relacionada