我安装了 Ubuntu 13.10,我必须删除一些软件包或存储库,所以有一些软件包就是不想安装。即:
Skype 服务
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
。