Ainda não consigo atualizar o 12.04 LTS devido a pacotes quebrados, dependências não atendidas… por favor, veja o que eu tentei

1

Veja o que estou fazendo para tentar & amp; corrija os pacotes brokern e aqui estão as mensagens de erro que estou recebendo. O que mais posso fazer ou executar para obter este 12.04 LTS para atualizar e também para poder usar o gerenciador de software e o Synaptic? dez porque a mensagem de erro indica que é um erro de acompanhamento de uma falha anterior.

     No apport report written because the error message indicates its a followup error from a previous failure.
                                                    Errors were encountered while processing:
 ubuntu-sso-client-qt
 ubuntu-sso-client-gtk
 software-center
E: Sub-process /usr/bin/dpkg returned an error code (1)
rich@rich-Latitude-D620:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
 ubuntu-sso-client-gtk : Depends: python-ubuntu-sso-client (= 3.0.2-0ubuntu1) but 3.0.2-0ubuntu3 is installed
                         Depends: ubuntu-sso-client (= 3.0.2-0ubuntu1) but 3.0.2-0ubuntu3 is installed
 ubuntu-sso-client-qt : Depends: python-ubuntu-sso-client (= 3.0.2-0ubuntu1) but 3.0.2-0ubuntu3 is installed
                        Depends: ubuntu-sso-client (= 3.0.2-0ubuntu1) but 3.0.2-0ubuntu3 is installed
E: Unmet dependencies. Try using -f.
rich@rich-Latitude-D620:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  ubuntu-sso-client-gtk ubuntu-sso-client-qt
The following packages will be upgraded:
  ubuntu-sso-client-gtk ubuntu-sso-client-qt
2 upgraded, 0 newly installed, 0 to remove and 38 not upgraded.
3 not fully installed or removed.
Need to get 0 B/569 kB of archives.
After this operation, 1,024 B of additional disk space will be used.
Do you want to continue [Y/n]? y
dpkg: dependency problems prevent configuration of ubuntu-sso-client-gtk:
 ubuntu-sso-client-gtk depends on python-ubuntu-sso-client (= 3.0.2-0ubuntu1); however:
  Version of python-ubuntu-sso-client on system is 3.0.2-0ubuntu3.
 ubuntu-sso-client-gtk depends on ubuntu-sso-client (= 3.0.2-0ubuntu1); however:
  Version of ubuntu-sso-client on system is 3.0.2-0ubuntu3.
dpkg: error processing ubuntu-sso-client-gtk (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
                          dpkg: dependency problems prevent configuration of software-center:
 software-center depends on ubuntu-sso-client-gtk; however:
  Package ubuntu-sso-client-gtk is not configured yet.
dpkg: error processing software-center (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of ubuntu-sso-client-qt:
 ubuntu-sso-client-qt depends on python-ubuntu-sso-client (= 3.0.2-0ubuntu1); however:
  Version of python-ubuntu-sso-client on system is 3.0.2-0ubuntu3.
 ubuntu-sso-client-qt depends on ubuntu-sso-client (= 3.0.2-0ubuntu1); however:
  Version of ubuntu-sso-client on system is 3.0.2-0ubuntu3.
dpkg: error processing ubuntu-sso-client-qt (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
                          No apport report written because the error message indicates its a followup error from a previous failure.
                                                    Errors were encountered while processing:
 ubuntu-sso-client-gtk
 software-center
 ubuntu-sso-client-qt
E: Sub-process /usr/bin/dpkg returned an error code (1)
rich@rich-Latitude-D620:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
 ubuntu-sso-client-gtk : Depends: python-ubuntu-sso-client (= 3.0.2-0ubuntu1) but 3.0.2-0ubuntu3 is installed
                         Depends: ubuntu-sso-client (= 3.0.2-0ubuntu1) but 3.0.2-0ubuntu3 is installed
 ubuntu-sso-client-qt : Depends: python-ubuntu-sso-client (= 3.0.2-0ubuntu1) but 3.0.2-0ubuntu3 is installed
                        Depends: ubuntu-sso-client (= 3.0.2-0ubuntu1) but 3.0.2-0ubuntu3 is installed
E: Unmet dependencies. Try using -f.
rich@rich-Latitude-D620:~$ 
    
por user93191 09.10.2012 / 01:24

2 respostas

0

Eu corri para isso depois de atualizar de um LTS para outro e tentando atualizar o flash. Reclamava do vinho (e depois dos outros) e se recusava a fazer qualquer coisa.

Então eu fiz isso.

  1. Abra o terminal, se ainda não estiver aberto.

  2. sudo apt-get update && sudo apt-get install -y [FIRST PACKAGE FROM LIST] no meu caso, isso foi sudo apt-get update && sudo apt-get install -y wine

  3. Digite a senha

  4. Aguarde que as coisas sejam atendidas.

No meu caso, uma grande quantidade de pacotes começou a ser instalada e atualizada. O que explicava muitos problemas menores que eu estava tendo. Tantos pacotes "anteriormente não selecionados" ...

Supondo que nada está realmente quebrado, basta focar nas coisas de que está reclamando e atualizá-las bem poderia ser a correção que você precisa. Por que isso não foi cuidado automaticamente é uma história completamente diferente e será contada outra vez.

YMMV.

    
por Matthew Brown aka Lord Matt 21.04.2015 / 10:39
0

Não sei ao certo se isso ajudará você, mas por que não tentar remover o pacote que está quebrado?

sudo apt-get remove ubuntu-sso-client-gtk
sudo apt-get purge ubuntu-sso-client-gtk
    
por Matthew 09.10.2012 / 03:45