Várias dependências não atendidas

Várias dependências não atendidas

Recentemente tentei baixar o Steam do Ubuntu Software Center, mas quando tento iniciar o programa recebi a mensagem de erro abaixo. Além disso, meus resultados ao tentar instalar são estes: quando ele volta, o Steam precisa instalar estes pacotes adicionais:

    libgl1-mesa-dri:i386, libgl1-mesa-glx:i386, libc6:i386
[sudo] password for ellen: 
'.......................................................................................................
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:
 libgl1-mesa-glx:i386 : Depends: libglapi-mesa:i386 (= 10.1.3-0ubuntu0.4)
 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.
Press return to continue: 

Ajude-me, por favor!

Responder1

Experimente com

sudo apt-get -f install

ele deve instalar todas as dependências não atendidas.

Responder2

Eu tive os mesmos problemas de erro. Aqui está o que funcionou para mim (finalmente):

sudo apt-get install libgl1-mesa-dri-lts-trusty:i386

(isso irá baixar cerca de 57 arquivos) Então...

sudo apt-get install libgl1-mesa-glx-lts-trusty:i386

(isso irá baixar cerca de 23 arquivos)

Agora, quando você executar o Steam, ele baixará uma atualização e você deverá estar pronto e funcionando. Boa sorte!

informação relacionada