나는 우분투 20.04를 가지고 있고 명령을 실행하려고 하면 sudo apt-get upgrade
다음과 같은 결과를 얻습니다.
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies.
libc6 : Breaks: libc6:i386 (!= 2.27-3ubuntu1.6.ubuntu.bionic.custom) but 2.27-3ubuntu1.6 is installed
libc6:i386 : Breaks: libc6 (!= 2.27-3ubuntu1.6) but 2.27-3ubuntu1.6.ubuntu.bionic.custom is installed
libc6-dbg : Depends: libc6 (= 2.27-3ubuntu1.6) but 2.27-3ubuntu1.6.ubuntu.bionic.custom is installed
libc6-dev : Depends: libc6 (= 2.27-3ubuntu1.6) but 2.27-3ubuntu1.6.ubuntu.bionic.custom is installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
명령을 실행하려고 하면 sudo apt --fix-broken install
다음과 같은 결과가 나타납니다.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... failed.
The following packages have unmet dependencies.
libc6 : Breaks: libc6:i386 (!= 2.27-3ubuntu1.6.ubuntu.bionic.custom) but 2.27-3ubuntu1.6 is installed
libc6:i386 : Breaks: libc6 (!= 2.27-3ubuntu1.6) but 2.27-3ubuntu1.6.ubuntu.bionic.custom is installed
libc6-dbg : Depends: libc6 (= 2.27-3ubuntu1.6) but 2.27-3ubuntu1.6.ubuntu.bionic.custom is installed
libc6-dev : Depends: libc6 (= 2.27-3ubuntu1.6) but 2.27-3ubuntu1.6.ubuntu.bionic.custom is installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
E: Unable to correct dependencies
패키지를 설치할 수 없습니다!