Обновление 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.
Может кто-то помочь мне с этим?
2 ответа
Удачи!
sudo dpkg --configure -a
sudo apt-get -f install
sudo dpkg --configure -a
sudo apt-get update