unit-control-center tem dependências não atendidas após a atualização do kernel 4.4.0-47 genérico

1

Estou tentando resolver alguns pacotes quebrados ou dependências não atendidas para o pacote libgl1-mesa-dev , mas não consegui fazer isso. Há algum sinal 'menos vermelho' aparecendo na barra de tarefas desde que eu tive a atualização do kernel para a versão 4.4. O erro que estou recebendo ao instalar o pacote libgl1-mesa-dev é como mostrado abaixo: -

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

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.

Eu tentei todos os métodos, incluindo limpar o ppa e selecionar o Show Updates do menos na barra de tarefas, mas ele mostra outro erro como Package dependencies can't be resolved e

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.

A execução de sudo apt-get dist-upgrade fornece o seguinte: -

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Failed
The following packages have unmet dependencies:
libgl1-mesa-dev : Depends: mesa-common-dev (= 10.1.3-0ubuntu0.6)
ros-indigo-turtlebot-bringup : Depends: ros-indigo-freenect-launch but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
E: Internal error, Upgrade broke stuff

sudo apt-get remove libgl1-mesa-dev fornece o resultado:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
 libpcl-1.7-all-dev : Depends: libpcl-apps-1.7-dev but it is not going to be installed
                  Depends: libpcl-outofcore-1.7-dev but it is not going to be installed
                  Depends: libpcl-people-1.7-dev but it is not going to be installed
                  Depends: libpcl-visualization-1.7-dev but it is not going to be installed
libpcl-io-1.7-dev : Depends: libvtk5-dev but it is not going to be installed
ros-indigo-turtlebot-bringup : Depends: ros-indigo-freenect-launch but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

Nada parece funcionar, eu realmente preciso de ajuda com isso.

    
por mohitR0_0 17.11.2016 / 08:27

2 respostas

2

Brincando com o terminal, eu saí aleatoriamente com uma solução, é a seguinte: -

Instale o Gerenciador de Pacotes Synaptic

sudo apt-get install synaptic

Agora vá para o gerenciador de pacotes Synaptic pelo início ou digite sudo synaptic no terminal

Em seguida, pesquise o pacote com dependências não atendidas (no meu caso, libgl1-mesa-dev ).

Marque o pacote para complete removal

Clique em Apply no topo

O Synaptic irá primeiro resolver as dependências não satisfeitas e então removerá completamente o pacote, você poderá instalá-lo novamente mais tarde.

Aproveite!

    
por mohitR0_0 18.11.2016 / 19:25
0

Mesmo erro ao instalar Qt Creator em ubuntu 14.04.1 , encontrei uma solução em Dependências não satisfeitas para libcheese-gtk23 e libcheese7 em 14.04.2 .

sudo apt-get install libglew-dev libcheese7 libcheese-gtk23 libclutter-gst-2.0-0 libcogl15 libclutter-gtk-1.0-0 libclutter-1.0-0

consertou para mim.

A propósito, parece estar em conflito com xserver-xorg* , por favor tenha cuidado.

Se você reiniciar, tela preta. Entre no modo de correção do ubuntu, use aptitude install xserver-xorg* , tudo ficará bem.

sudo aptitude install xserver-xorg*
    
por 張正軒 27.01.2018 / 11:49