Не могу установить boot-repair или OS-uninstaller

Не могу установить boot-repair или OS-uninstaller

Я не смог установить boot-repair или OS-uninstaller

" 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)."

решение1

Ubuntu 19.10 Live (USB/CD) вызывает похожую проблему с другой зависимостью. Причина в том, что репозиторий universeне включен, а pythonзависимость не найдена.

Это легко исправить с помощью:

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

а затем снова попытаться установить boot-repair.

решение2

Вы пробовали его предложение и использовали

sudo apt-get install -f boot-repair

также попробуйте

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

Затем попробуйте переустановить

Связанный контент