我刚刚安装了Ubuntu12.10(也验证了ISO哈希)。我做的第一件事就是打开软件中心,试着安装女妖。我遇到以下错误:
以下软件包具有未满足的依赖关系:
banshee: Depends: libc6 (>= 2.7) but 2.15-0ubuntu20 is to be installed
Depends: libglib2.0-0 (>= 2.34.1) but 2.34.0-1ubuntu1 is to be installed
Depends: libgtk2.0-0 (>= 2.24.0) but 2.24.13-0ubuntu2 is to be installed
Depends: libsoup-gnome2.4-1 (>= 2.27.4) but 2.40.0-0ubuntu1 is to be installed
Depends: libsoup2.4-1 (>= 2.26.1) but 2.40.0-0ubuntu1 is to be installed
Depends: libx11-6 (>= 2:1.4.99.1) but 2:1.5.0-1 is to be installed
Depends: mono-runtime (>= 2.10.1) but 2.10.8.1-5ubuntu1 is to be installed
Depends: libc0.1 (>= 2.15) but it is not going to be installed
Depends: libgconf2.0-cil (>= 2.24.0) but 2.24.2-2 is to be installed
Depends: libgdk-pixbuf2.0-0 (>= 2.26.4) but 2.26.4-0ubuntu1 is to be installed
Depends: libglib2.0-cil (>= 2.12.10-1ubuntu1) but 2.12.10-4 is to be installed
Depends: libgtk2.0-cil (>= 2.12.10-1ubuntu1) but 2.12.10-4 is to be installed
Depends: libmono-cairo4.0-cil (>= 2.10.1) but 2.10.8.1-5ubuntu1 is to be installed
Depends: libmono-corlib4.0-cil (>= 2.10.1) but 2.10.8.1-5ubuntu1 is to be installed
Depends: libmono-posix4.0-cil (>= 2.10.1) but 2.10.8.1-5ubuntu1 is to be installed
Depends: libmono-system-core4.0-cil (>= 2.10.3) but 2.10.8.1-5ubuntu1 is to be installed
Depends: libmono-system4.0-cil (>= 2.10.7) but 2.10.8.1-5ubuntu1 is to be installed
Depends: gnome-icon-theme (>= 2.16) but 3.6.0-0ubuntu2 is to be installed我应该注意到,在搜索时,班什应用程序会出现三次:http://i.imgur.com/fJOsb.png。
不过,其他应用程序安装得很好。
我安装了最新的更新,但仍然收到相同的错误。我甚至尝试重新安装Ubuntu,但同样的事情发生了。
发布于 2012-12-19 04:27:54
女妖是不可安装的,因为坏的依赖。这是因为Banshee团队的PPA不允许或创建一个12.10的存储库,但是检查这个https://launchpad.net/~banshee-team/+archive/ppa,您就会明白我的意思了。
您可以尝试使用sudo apt-get install banshee添加它
对于那些希望从主干编译的人,添加deb-src行,然后运行"sudo apt-get build“,在开始编译之前安装所有必需的依赖项。
https://askubuntu.com/questions/230474
复制相似问题