충족되지 않은 종속성 - 수정 방법

충족되지 않은 종속성 - 수정 방법

Ubuntu 13.10이 설치되어 있고 일부 패키지나 리포지토리를 제거해야 하므로 설치하고 싶지 않은 패키지도 있습니다. 즉, 이는 다음과 같습니다.

스카이프 sudo apt-get install skype-bin

The following packages have unmet dependencies:
 skype-bin:i386 : Depends: libqtgui4:i386 (>= 4:4.8.0) but it is not going to be installed
              Depends: libqtwebkit4:i386 (>= 2.2~2011week36) but it is not going to be installed
              Depends: libx11-6:i386 but it is not going to be installed
              Depends: libxext6:i386 but it is not going to be installed
              Depends: libxss1:i386 but it is not going to be installed
              Depends: libxv1:i386 but it is not going to be installed
              Depends: libgl1-mesa-glx:i386 but it is not going to be installed
              Recommends: sni-qt:i386 but it is not going to be installed
              Recommends: libasound2-plugins:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

보다nspluginwrapper

The following packages have unmet dependencies:
 nspluginwrapper : Depends: nspluginviewer (= 1.4.4-0ubuntu5)
E: Unable to correct problems, you have held broken packages.

그리고 표시된 종속성을 설치하려고 하면 다른 많은 패키지가 나타납니다. 전체 저장소를 삭제한 것 같은데 목록에서 어떤 저장소가 기본 저장소인지 어떻게 알 수 있나요?

미리 감사드립니다!

편집하다

여기의 사본입니다/etc/apt/sources.list

답변1

노력하다:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get -f install

아직 충족되지 않은 종속성을 설치하려고 시도합니다.

답변2

먼저 달려보세요 sudo apt-get update.

관련 정보