在14.04可信的情况下,尝试从RabbitVCS安装兔会导致以下错误:
$ sudo apt-get install rabbitvcs-thunar
Reading package lists... Done
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:
rabbitvcs-thunar : Depends: thunarx-python (>= 0.3.0) but it is not installable
E: Unable to correct problems, you have held broken packages.发布于 2014-08-10 10:24:39
不幸的是,thunarx-python并不是因为信任而出现在PPA中。我成功地从Raring用deb包安装了另一个PPA并设置了以下符号链接:
$ sudo ln -s "/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0" "/usr/lib/libpython2.7.so.1.0"现在我可以安装rabbitvcs-thunar包,在文件菜单和上下文菜单中获取RabbitVCS菜单项。
https://askubuntu.com/questions/509322
复制相似问题