Não consegui instalar o reparo de inicialização ou o desinstalador do sistema operacional
" 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).
"
Responder1
Ubuntu 19.10 Live (USB/CD) causa um problema semelhante, com uma dependência diferente. A causa é o universe
repositório não estar habilitado e a python
dependência não ser encontrada.
Isso é facilmente corrigido usando:
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"
e depois tentando instalar boot-repair
novamente.
Responder2
Você tentou sua sugestão e usou
sudo apt-get install -f boot-repair
tente também
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
Então tente reinstalar