Ubuntu 13.10 problema de 64 bits com dependências quebradas [duplicado]

0

Estou tentando instalar o Google Earth e obter esses problemas de dependência relacionados ao lsb-core. Quando tento instalar o lsb-core, tenho mais problemas de dependência com ele.

jacob@jacob-desktop:~$ sudo apt-get install lsb-core
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:
 google-earth-stable : Depends: ia32-libs but it is not installable
 lsb-core : Depends: lsb-invalid-mta (>= 4.1+Debian11ubuntu4) but it is not going to be installed or
                     mail-transport-agent
            Depends: at
            Depends: m4
            Depends: mailx or
                     mailutils but it is not going to be installed
            Depends: ncurses-term but it is not going to be installed
            Depends: pax
            Depends: alien (>= 8.36) but it is not going to be installed
            Depends: libc6-i386 but it is not going to be installed
            Depends: lib32z1 but it is not going to be installed
            Depends: lsb-security (>= 4.1+Debian11ubuntu4) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

algum conselho ??

    
por jakey 25.11.2013 / 00:25

2 respostas

1

A resposta está no final da sua pergunta. Executar:

sudo apt-get update

sudo apt-get -f install

ou

sudo apt-get autoremove

ou

sudo apt-get autoclean

qualquer coisa que combine com você.

    
por user211076 25.11.2013 / 00:30
0

Execute estes dois comandos no terminal

sudo apt-get clean
sudo apt-get -f install
    
por Avinash Raj 25.11.2013 / 00:28