Varias dependencias insatisfechas

Varias dependencias insatisfechas

Recientemente intenté descargar Steam desde el Centro de software de Ubuntu, pero cuando intento iniciar el programa, aparece el siguiente mensaje de error. Además, mis resultados al intentar instalar son estos cuando se ejecuta Steam necesita instalar estos paquetes adicionales:

    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: 

¡Ayudame por favor!

Respuesta1

Pruebe con

sudo apt-get -f install

debería instalar todas las dependencias no satisfechas.

Respuesta2

Tuve los mismos problemas de error. Esto es lo que funcionó para mí (finalmente):

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

(Esto descargará alrededor de 57 archivos) Entonces...

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

(Esto descargará alrededor de 23 archivos)

Ahora, cuando ejecutes Steam, descargará una actualización y deberías estar listo y funcionando. ¡Buena suerte!

información relacionada