Quando tento instalar o python-nautilus
usando o Ubuntu Software Center, recebo uma mensagem de erro intitulada "Dependências do pacote não podem ser resolvidas".
A seguinte saída é exibida na seção de detalhes:
Package dependencies cannot be resolved
The following packages have unmet dependencies:
python-nautilus: Depends: libc6 (>= 2.2.5) but 2.13-20ubuntu5 is to be installed
Depends: libglib2.0-0 (>= 2.16.0) but 2.30.2-4ubuntu1~oneiric1 is to be installed
Depends: libgtk-3-0 (>= 3.0.0) but 3.2.0-0ubuntu3 is to be installed
Depends: libnautilus-extension1 (>= 1:2.91) but 1:3.2.1-0ubuntu3.2 is to be installed
Depends: libpython2.7 (>= 2.7) but 2.7.2-5ubuntu1 is to be installed
Esta saída não faz sentido para mim. Depende de libpyhon2.7
, e a versão 2.7.2
está disponível ... O que está errado aqui?
Em seguida, tentei instalar o python-nautilus
na linha de comando:
username ~$ sudo apt-get install python-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:
python-nautilus : Depends: python-gobject but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
No entanto, python-gobject
já está instalado:
username ~$ sudo apt-get install python-gobject
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-gobject is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Para mim, parece que meu índice de pacote deve estar irremediavelmente quebrado. No entanto, ainda não tive problemas com outros pacotes. Eu estou usando uma versão quase recente 11.10 do Ubuntu. Eu tentei executar o 'apt-get update & amp; & amp; apt-get upgrade '' mas isso não muda nada.
Quaisquer sugestões de como posso corrigir este problema são bem-vindas.