无法为 nautilus 安装 Rabbit VCS

Ran*_*ray 8 nautilus 11.10 svn rabbitvcs

我正在使用 Ubuntu 11.10 并按照此处提到的说明安装 Rabbit VCS。

我正确添加了 PPA,sudo apt-get update然后运行了

sudo apt-get install rabbitvcs-core rabbitvcs-nautilus rabbitvcs-thunar rabbitvcs-gedit rabbitvcs-cli

存在依赖性问题,我用谷歌搜索了一下,发现我只需要为 nautilus 安装 RabbitVCS,因为它是 Ubuntu 的默认文件管理器。

所以我分别为rabbitvcs-core,rabbitvcs-gedit和运行了安装命令rabbitvcs-cli。现在我的理解是那些安装正确。

但是,当我为 运行安装命令时rabbitvcs-nautilus,我仍然遇到依赖性问题。

ranhiru@ranhiru-HP-HDX16-NoteBook-PC:~$ sudo apt-get install rabbitvcs-nautilus
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-nautilus : Depends: nautilus (< 1:3.0~) but 1:3.2.1-0ubuntu2 is to be installed
                      Depends: python-nautilus (< 1.0~) but 1.0-0ubuntu2 is to be installed
E: Unable to correct problems, you have held broken packages.
Run Code Online (Sandbox Code Playgroud)

我该如何解决这个问题?

Ali*_*rei 8

如果您使用了 PPA (ppa:rabbitvcs/ppa) 并希望安装支持 GNOME3/Nautilus 3 的版本,请安装“ rabbitvcs-nautilus3 ”而不是“rabbitvcs-nautilus”。

嗯,这解决了安装问题。但是,对我来说,右键单击它仍然没有显示。

编辑:从 Ubuntu 11.10提议的存储库升级到最新的 Nautilus 后,右键菜单终于起作用了!


Ser*_*gey 5

错误消息告诉您存储库中的软件包比 RabbitVCS 所需的要新,即它不能与 Gnome 3 的新 Nautilus 一起使用

更新:实际上,如果您查看RabbitVCS 站点,您会看到 0.15 版增加了对 Nautilus 3.0 的支持——但是,Ubuntu 存储库中的版本是 0.13

该站点还包含有关如何从 tarball 安装最新版本的说明。