Ubuntu 16.04의 종속성 문제를 어떻게 해결할 수 있나요?

Ubuntu 16.04의 종속성 문제를 어떻게 해결할 수 있나요?

설치하려고 하는데반지의존성 문제에 부딪혔습니다. 이 문제를 해결하는 방법을 모르겠습니다. 이 문제에 접근하는 방법에 대한 아이디어가 있습니까? 시도 했지만 아무것도 도움이 되지 않는 것 같습니다 sudo apt-get update.sudo apt-get autoremovesudo apt-get -f install

>sudo apt-get install ring-gnome
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 ring-gnome : Depends: libebook-1.2-16 (>= 3.17) but 3.16.5-1ubuntu3 is to be installed
              Depends: libebook-contacts-1.2-2 (>= 3.16.2) but it is not installable
              Depends: libedataserver-1.2-21 (>= 3.17) but it is not installable
              Depends: libqt5core5a (>= 5.5.1) but 5.4.2+dfsg-2ubuntu9 is to be installed
              Depends: ring-daemon but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

답변1

터미널을 열고 다음 명령을 입력하십시오.

sudo apt-get install aptitude
sudo aptitude -f install ring-gnome

출력을 읽고 확인한 후 선택하십시오.다운그레이드 패키지.

관련 정보