Ich konnte Boot-Repair oder OS-Uninstaller nicht installieren
" 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).
"
Antwort1
Ubuntu 19.10 Live (USB/CD) verursacht ein ähnliches Problem, allerdings mit einer anderen Abhängigkeit. Die Ursache ist, dass das universe
Repository nicht aktiviert ist und die python
Abhängigkeit nicht gefunden wird.
Dies lässt sich leicht beheben mit:
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"
und versuchen Sie dann die Installation boot-repair
erneut.
Antwort2
Haben Sie den Vorschlag ausprobiert und
sudo apt-get install -f boot-repair
Versuch auch
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
Versuchen Sie dann eine Neuinstallation