Ubuntu 13.10 64bit проблема с нарушенными зависимостями [дубликат]

На этот вопрос уже есть ответ здесь:

Я пытался установить google earth и получил эти проблемы с зависимостями, связанные с lsb-core. Когда я пытаюсь установить lsb-core, я получаю еще больше проблем с зависимостями от него.

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).

любой совет???

0
задан 25 November 2013 в 04:36

2 ответа

Ответ внизу вашего вопроса. Прогон:

sudo apt-get update

sudo apt-get -f install

или

sudo apt-get autoremove

или

sudo apt-get autoclean

все, что вам подходит.

0
ответ дан 25 November 2013 в 04:36

Выполнить эти две команды на терминале,

sudo apt-get clean
sudo apt-get -f install
0
ответ дан 25 November 2013 в 04:36

Другие вопросы по тегам:

Похожие вопросы: