Обновление Ubuntu, Unmet зависимости

При попытке открыть центр программного обеспечения Ubuntu получаю это:

This error could be caused by required additional software packages which are
missing or not installable. Furthermore there could be a conflict between software
packages which are not allowed to be installed at the same time.

При попытке выполнить: sudo apt-get -f install получаю это:

Reading package lists... Done                                                  
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:
 leap : Depends: libgl1-mesa-glx (>= 7.7.1) or
                 libgl1-mesa-glx-lts-precise (>= 7.7.1) but it is not installable or
                 libgl1-mesa-glx-lts-quantal (>= 7.7.1) but it is not installed or
                 libgl1-mesa-glx-lts-raring (>= 7.7.1) but it is not installed or
                 libgl1-mesa-glx-lts-saucy (>= 7.7.1) but it is not installed or
                 libgl1-mesa-glx-lts-trusty (>= 7.7.1) but it is not installed
E: Unmet dependencies. Try using -f.

Может кто-нибудь помочь мне с этим?

1
задан 21 March 2015 в 00:43

2 ответа

Удачи!

  1. sudo dpkg --configure -a
  2. sudo apt-get -f install
  3. sudo dpkg --configure -a
  4. sudo apt-get update
0
ответ дан 21 March 2015 в 00:43

Попробуйте sudo dpkg --purge --force-all leap

0
ответ дан 21 March 2015 в 00:43

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

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