faltando dependências python ao instalar phablet-tools para visualização de toque do ubuntu

2

Estou no Ubuntu 13.04 e me deparo com uma situação semelhante e não sei como resolver os problemas de dependências. Alguém pode ajudar?

mk@MS7549:~$ sudo apt-get install phablet-tools
[sudo] password for mk: 
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:
 phablet-tools : Depends: python-configobj but it is not installable
                 Depends: python-launchpadlib but it is not installable
                 Depends: python-requests but it is not installable
E: Unable to correct problems, you have held broken packages.

Então eu tentei instalar esses 3 pacotes python mas eles não estão disponíveis. O que preciso fazer agora?

mk@MS7549:~$ sudo apt-get install python-configobj
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package python-configobj is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'python-configobj' has no installation candidate
mk@MS7549:~$ sudo apt-get install python-launchpadlib
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package python-launchpadlib is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'python-launchpadlib' has no installation candidate
mk@MS7549:~$ sudo apt-get install python-requests
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package python-requests is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'python-requests' has no installation candidate
    
por mk7 05.07.2013 / 23:56

2 respostas

0

Isso funciona para mim com o Ubuntu 13,04 64 bits.

Você adicionou primeiro o PPA?

de: link

sudo add-apt-repository ppa:phablet-team/tools

sudo apt-get update

sudo apt-get install phablet-tools android-tools-adb android-tools-fastboot

    
por david6 06.07.2013 / 00:22
0

Eu tive o mesmo problema para 13.10. O que fiz foi alterar o servidor "Download From:" no "Software e Atualização". Foi definido em "Servidor para a Suécia" (Desde que eu sou da Suécia) e Eu mudei para Download do "servidor principal" e de repente tudo começou a funcionar. Então, o servidor sueco estava desatualizado ou algo estava errado nas minhas atualizações antigas que agora funcionam.

Espero que ajude!

Edit: E sim eu adicionei o ppa e fiz uma atualização do apt-get

    
por Henrik Gyllensvärd 25.11.2013 / 09:43