Sto usando Ubuntu 11.10 e seguendo le istruzioni menzionate qui per installare Rabbit VCS.
Ho aggiunto correttamente il PPA, fatto un sudo apt-get update
ed eseguito
sudo apt-get install rabbitvcs-core rabbitvcs-nautilus rabbitvcs-thunar rabbitvcs-gedit rabbitvcs-cli
Ci sono stati problemi di dipendenza e ho cercato su Google un po 'e ho scoperto che ho bisogno di installare RabbitVCS solo per nautilus in quanto questo è il file manager predefinito per Ubuntu.
Quindi ho eseguito i comandi di installazione separatamente per rabbitvcs-core
, rabbitvcs-gedit
e rabbitvcs-cli
. Ora la mia comprensione è che quelli sono installati correttamente.
Tuttavia, quando eseguo il comando di installazione per rabbitvcs-nautilus
, ottengo ancora un problema di dipendenza.
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.
Come lo risolvo?