python2.7: não encontrado: Não é possível instalar ou remover nenhum pacote

2

Atualmente, não consigo instalar nenhum pacote. No começo, começou com reclamações de que não foi possível encontrar /usr/bin/python (não 100% de certeza do caminho aqui), então tentei reinstalar o python usando o synaptic. A reinstalação também falhou.

Agora, não consigo acessar a barra lateral no Unity e nenhum atalho de teclado funciona. Posso acessar o Chrome clicando com o botão direito do mouse em um arquivo e selecionando "Abrir com ..." e acessar a linha de comando usando Alt - Ctrl - f # mas isso é tudo.

Eu fiz sudo apt-get install com os resultados:

Reading package lists...
Building dependency tree...
Reading state information...
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
 apturl : Depends: gconf2 (>= 2.28.1-2)
 gwibber : Depends: libgwibber-gtk2 (>= 3.1.4.1+r1119) but it is not installed
    Depends: libgwibber2 (>= 3.1.4.1) but it is not installed
 ibus : Depends: gconf2 (>= 2.28.1-2)
 libgksu2-0 : Depends: gconf2 (>= 2.28.1-2)
 update-manager : Depends: gksu but it is not installed

e sudo apt-get -f install com os resultados:

Reading package lists...
Building dependency tree...
Reading state information...
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  libgtkspell0 liblaunchpad-integration1
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  gconf2 gksu gwibber gwibber-service language-selector-common
  language-selector-gnome libgwibber-gtk2 libgwibber2
Suggested packages:
  gconf-defaults-service gwibber-service-flickr gwibber-service-digg
  gwibber-service-statusnet gwibber-service-foursquare
  gwibber-service-friendfeed gwibber-service-pingfm gwibber-service-qaiku
  unity-lens-gwibber
Recommended packages:
  gwibber-service-facebook gwibber-service-twitter gwibber-service-identica
The following NEW packages will be installed:
  gconf2 gksu libgwibber-gtk2 libgwibber2
The following packages will be upgraded:
  gwibber gwibber-service language-selector-common language-selector-gnome
4 upgraded, 4 newly installed, 0 to remove and 5 not upgraded.
15 not fully installed or removed.
Need to get 0 B/866 kB of archives.
After this operation, 1,281 kB of additional disk space will be used.
Do you want to continue [Y/n]? Setting up python-minimal (2.7.3-0ubuntu2) ...
/var/lib/dpkg/info/python-minimal.postinst: 4: /var/lib/dpkg/info/python-minimal.postinst: python2.7: not found
dpkg: error processing python-minimal (--configure):
 subprocess installed post-installation script returned error exit status 127
Errors were encountered while processing:
 python-minimal

Qualquer ajuda seria ótima. Parece que estou 100% ferrado.

Eu verifiquei meu /usr/bin directory :

lrwxrwxrwx 1 nolando nolando 9 Apr 17  2012 python -> python2.7  
lrwxrwxrwx 1 nolando nolando 9 Apr 17  2012 python2 -> python2.7

Estou usando o Uso do 12.04.

    
por Terminal 28.03.2013 / 17:22

2 respostas

0

Ooh, alguma coisa deu errado ao descompactar seu python .deb. Experimente dpkg -i /var/cache/apt/archives/python2.7-minimal*deb e veja se isso corrige o erro do dpkg.

    
por Dennis Kaarsemaker 28.03.2013 / 17:59
0

Problema semelhante aqui link foi solucionado pela reinstalação, pois o python tem dependências amplas.

mas tente a solução deste fórum link , pode ser apenas sobre configuração e versões do python

tente /usr/bin/python e se o resultado for estranho, nos dê uma nota ou tente procurar python manualmente. Talvez o symlink seja suficiente.

    
por Dee 28.03.2013 / 18:05