在安装VLC和Clementine之后,我试图从Ubuntu软件中心安装Banshee,但是我遇到了错误:

我试着从终端安装,但得到了这个:
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.
banshee : Depends: libglib2.0-0 (>= 2.32.3) but 2.32.1-0ubuntu2 is to be installed
Recommends: banshee-extension-soundmenu (= 2.4.1-3ubuntu1~precise1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.发布于 2012-06-28 12:28:51
你试过sudo apt-get -f install banshee了吗?-f参数应该安装所有所需的依赖项以及实际程序(这很重要)。奇怪的是,.deb中的依赖项没有安装。
如果这不起作用,您可能应该检查并查看您有哪些存储库(打开软件中心,进行编辑,然后转到软件源)。您应该有一些,并确保检查正确的字段。
选择规范是很重要的。
https://askubuntu.com/questions/156960
复制相似问题