부팅 복구 또는 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

그런 다음 다시 설치해 보세요.

관련 정보