RabbitVCS kann nicht von PPA installiert werden

RabbitVCS kann nicht von PPA installiert werden

Ich versuche, RabbitVCS von seinem PPA zu installieren (erforderlich wegen eines Fehlers), aber das wird es nicht:

# 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.

Die Lösung aptitude bietet an, etwa 100 Kernpakete zu entfernen, was natürlich nicht richtig ist.

Gibt es eine Möglichkeit, Aptitude anzuweisen, einfach weiterzumachen und zu testen, ob es mit einem etwas neueren Nautilus als angegeben funktioniert? Oder stimmt etwas anderes nicht und es sollte normalerweise einfach funktionieren?

(Ich habe 11.10 installiert, als es auf RC-Ebene oder so war, aber das sollte doch keine Rolle spielen, oder?)


Und nur um sicherzugehen, habe ich es apt-getauch versucht.

# 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.

Aber ich habe keine Pakete gehalten, zumindest nicht laut aptitude search ~ahold.

Antwort1

Ubuntu 11.10 verwendet Nautilus 3, Sie müssen also das rabbitvcs-nautilus3Paket installieren, nicht rabbitvcs-nautilus.

verwandte Informationen