O sistema de pacotes está corrompido (Ubuntu 12.04) [duplicado]

1
    

Esta pergunta já tem uma resposta aqui:

    
  •              sair do dpkg com o arquivo de análise de erros '/ var / lib / dpkg / status ', o que fazer?                                      1 resposta                          
  •     

Continue tentando atualizar o Ubuntu 12.04, mas ele continua me dizendo que o meu sistema de pacotes está quebrado. Eu corro o apt-get -f install e recebo isto:

    owner@MyLaptop:~$ sudo apt-get -f install
[sudo] password for owner: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  thunderbird-globalmenu linux-headers-3.5.0-34-generic
  linux-headers-3.5.0-32-generic compiz-plugins compiz-plugins-main
  python-compizconfig python-central linux-headers-3.5.0-23
  linux-headers-3.5.0-32 linux-headers-3.5.0-34 linux-headers-3.5.0-23-generic
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  indicator-session
The following packages will be upgraded:
  indicator-session
1 upgraded, 0 newly installed, 0 to remove and 399 not upgraded.
4 not fully installed or removed.
Need to get 0 B/75.8 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? Y
dpkg: warning: parsing file '/var/lib/dpkg/status' near line 12465 package 'indicator-session':
 'Depends' field, reference to 'libcairo2':
 '>' is obsolete, use '>=' or '>>' instead
dpkg: warning: parsing file '/var/lib/dpkg/status' near line 12465 package 'indicator-session':
 'Depends' field, reference to 'libcairo2':
 version value starts with non-alphanumeric, suggest adding a space
dpkg: error: parsing file '/var/lib/dpkg/status' near line 12465 package 'indicator-session':
 'Depends' field, reference to 'libcairo2': version contains ' '
E: Sub-process /usr/bin/dpkg returned an error code (2)

Os detalhes que recebo do gerenciador de atualização são:

    The following packages have unmet dependencies:

indicator-session: Depends: libc6 (>= 2.3.6-6~) but 2.15-0ubuntu10.10 is installed
                   Depends: libcairo2 (>= } 1.2.4) but 1.10.2-6.1ubuntu3 is installed
                   Depends: libdbus-glib-1-2 (>= 0.78) but 0.98-1ubuntu1.1 is installed
                   Depends: libdbusmenu-glib4 (>= 0.4.2) but 0.6.2-0ubuntu0.1 is installed
                   Depends: libdbusmenu-gtk3-4 (>= 0.4.2) but 0.6.2-0ubuntu0.1 is installed
                   Depends: libgdk-pixbuf2.0-0 (>= 2.22.0) but 2.26.1-1 is installed
                   Depends: libglib2.0-0 (>= 2.26.0) but 2.32.3-0ubuntu1 is installed
                   Depends: libgtk-3-0 (>= 3.0.0) but 3.4.2-0ubuntu0.7 is installed
                   Depends: libgudev-1.0-0 (>= 147) but 1:175-0ubuntu9.3 is installed
                   Depends: libpango1.0-0 (>= 1.14.0) but 1.30.0-0ubuntu3.1 is installed

Qualquer ajuda será apreciada, obrigado.

EDIT: Isso é o que eu recebo quando executo a sessão do indicador de política do apt-cache:

    indicator-session:
  Installed: 0.3.96-0ubuntu1
  Candidate: 0.3.96-0ubuntu1
  Version table:
     0.3.96-0ubuntu1 0
        500 http://us.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
 *** 0.3.96-0ubuntu1 0
        100 /var/lib/dpkg/status
    
por michigankid79 18.02.2015 / 14:27

1 resposta

-1

sudo apt-get clean ele limpará o repositório ou você dpkg está instalando outro pacote no centro de software do Ubuntu ou em outro terminal. ou você quebra qualquer pacote durante a instalação. verifique isso e corra sudo apt-get update

    
por Senthil Anand 18.02.2015 / 14:43