답변:
보낸 사람 man apt-get
:
-f, --fix-broken
Fix; attempt to correct a system with broken dependencies in place. This
option, when used with install/remove, can omit any packages to permit APT
to deduce a likely solution. If packages are specified, these have to
completely correct the problem. The option is sometimes necessary when
running APT for the first time; APT itself does not allow broken package
dependencies to exist on a system. It is possible that a system's dependency
structure can be so corrupt as to require manual intervention (which usually
means using dselect(1) or dpkg --remove to eliminate some of the offending
packages). Use of this option together with -m may produce an error in some
situations. Configuration Item: APT::Get::Fix-Broken.
sudo apt-get -f install
고장난 패키지를 수정하기에 충분하지 않은 상황에서는 이 답변을 참조하십시오 .
package
충족되지 않은 종속성으로 인한 것에 대해 마음이 바뀌면 sudo apt-get remove package
충족되지 않은 종속성 오류를 제거하고 중단을 수정하는 패키지를 설치하지 마십시오.