Não é possível instalar o RabbitVCS do PPA

2

Estou tentando instalar o RabbitVCS a partir de seu PPA ( necessário devido a um bug ), mas não:

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

A solução aptitude oferece isso para remover cerca de 100 pacotes principais, o que obviamente não está certo.

Existe alguma maneira que eu possa dizer ao aptitude para ir em frente, tente se ele funcionar com um nautilus um pouco mais novo que o especificado. Ou há algo mais errado e normalmente deveria funcionar?

(eu instalei 11.10 quando estava no nível RC ou algo assim, mas isso não deveria importar, certo?)

Além disso, só para ter certeza, eu também tentei 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.

Mas eu não tenho nenhum pacote, pelo menos não de acordo com aptitude search ~ahold .

    
por Bart van Heukelom 26.11.2011 / 14:37

1 resposta

3

O Ubuntu 11.10 usa o Nautilus 3, então você precisa instalar o pacote rabbitvcs-nautilus3 , não rabbitvcs-nautilus .

    
por detly 26.11.2011 / 16:02