Atualizando o Ubuntu, dependências não atendidas

1

Ao tentar abrir o Ubuntu Software Center, obtenha isto:

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.

Ao tentar executar: sudo apt-get -f install obtendo isso:

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.

Alguém pode me ajudar com isso?

    
por Jokhongir Mamarasulov 20.03.2015 / 21:48

2 respostas

0

Boa sorte!

  1. sudo dpkg --configure -a
  2. sudo apt-get -f install
  3. sudo dpkg --configure -a
  4. sudo apt-get update
por earthmeLon 20.03.2015 / 22:34
0

Experimente sudo dpkg --purge --force-all leap

    
por Helio 20.03.2015 / 22:35