ブート修復または OS アンインストーラーをインストールできない

ブート修復または OS アンインストーラーをインストールできない

ブート修復またはOSアンインストーラーをインストールできませんでした

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

再インストールを試してください

関連情報