未滿足的依賴關係—如何修復

未滿足的依賴關係—如何修復

我安裝了 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

相關內容