无法安装启动修复程序或操作系统卸载程序

无法安装启动修复程序或操作系统卸载程序

我无法安装启动修复程序或操作系统卸载程序

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

然后尝试重新安装

相关内容