Não é possível instalar xorg xorg-video-nouveau xorg-video-abi-15 devido ao erro de dependências não atendidas

1

Ao tentar executar sudo apt-get install xserver-xorg-video-nouveau xorg-video-abi-15 , estou com o seguinte erro: há alguma solução para isso?

The following packages have unmet dependencies:
 unity-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed
                        Depends: libcheese7 (>= 3.0.1) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

a saída de sudo apt-get install libcheese-gtk23 libcheese7

Reading package lists... Done
Building dependency tree       
Reading state information... Done
libcheese-gtk23 is already the newest version.
libcheese-gtk23 set to manually installed.
libcheese7 is already the newest version.
libcheese7 set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

e apt-cache policy xserver-xorg-video-nouveau xorg-video-abi-15 libcheese-gtk23 libcheese7

xserver-xorg-video-nouveau:
  Installed: (none)
  Candidate: 1:1.0.10-1ubuntu2
  Version table:
     1:1.0.10-1ubuntu2 0
        500 http://mirror.23media.de/ubuntu/ trusty/main amd64 Packages
xorg-video-abi-15:
  Installed: (none)
  Candidate: (none)
  Version table:
libcheese-gtk23:
  Installed: 3.10.2-0ubuntu2
  Candidate: 3.10.2-0ubuntu2
  Version table:
 *** 3.10.2-0ubuntu2 0
        500 http://mirror.23media.de/ubuntu/ trusty/main amd64 Packages
        100 /var/lib/dpkg/status
libcheese7:
  Installed: 3.10.2-0ubuntu2
  Candidate: 3.10.2-0ubuntu2
  Version table:
 *** 3.10.2-0ubuntu2 0
        500 http://mirror.23media.de/ubuntu/ trusty/main amd64 Packages
        100 /var/lib/dpkg/status
    
por mr_azad 10.04.2016 / 13:37

1 resposta

-2

Atenção! NÃO EXCLUIR E REINSTAR libcheese-gtk23 ou libcheese7 , Se você fizer isso: ele funcionará, mas após a reinicialização: o X11 falhou e você é bom para reinstalar o Ubuntu!

Tente instalar isso (se falhar, não force a instalação)

sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt-get -f install -y
sudo apt-get install libgl1-mesa-dev-lts-utopic libglu1-mesa-dev

EDIT: pode ser este aqui

sudo add-apt-repository ppa:xorg-edgers/ppa && sudo apt-get update
sudo ppa-purge  ppa:xorg-edgers/ppa && sudo apt-get update

Fonte: As configurações do sistema pararam de aparecer

    
por Ugo Hed 10.04.2016 / 14:19