PPAからRabbitVCSをインストールできない

PPAからRabbitVCSをインストールできない

私はRabbitVCSをPPAからインストールしようとしています(バグのため必要) ですが、そうはなりません:

# aptitude install rabbitvcs-nautilus
The following packages will be upgraded: 
  rabbitvcs-nautilus{b} 
1 packages upgraded, 0 newly installed, 0 to remove and 15 not upgraded.
Need to get 9,210 B of archives. After unpacking 4,096 B will be used.
The following packages have unmet dependencies:
  rabbitvcs-nautilus: Depends: nautilus (< 1:3.0~) but 1:3.2.1-0ubuntu3.1 is installed.
                      Depends: python-nautilus (< 1.0~) but 1.0-0ubuntu2 is installed.

ソリューション aptitude では、約 100 個のコア パッケージを削除することが提案されていますが、これは当然正しくありません。

aptitude に、そのまま先に進んで、指定されたものより少し新しい nautilus で動作するかどうか試すように指示する方法はありますか。それとも、他に何か問題があり、通常はそのまま動作するはずですか?

(11.10 は RC レベルか何かのときにインストールしましたが、それは問題にならないはずですよね?)


また、念のため私も試してみましたapt-get

# 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-0ubuntu3.1 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.

しかし、少なくとも によると、私は荷物を一切保管していませんaptitude search ~ahold

答え1

Ubuntu 11.10 は Nautilus 3 を使用するため、rabbitvcs-nautilus3ではなくパッケージをインストールする必要がありますrabbitvcs-nautilus

関連情報