“Está faltando as seguintes bibliotecas de 32 bits, e o Steam pode não executar: libc.so.6” Correções padrão não funcionam

-1

Recentemente me configurei com o 14.04 LTS e quando eu instalei o steam e tentei executá-lo, recebi esta mensagem no terminal.

O Steam precisa instalar esses pacotes adicionais:

libgl1-mesa-dri:i386, libgl1-mesa-glx:i386, libc6:i386

Quando eu insiro minha senha para isso, recebo esta série de eventos no terminal:

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 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: 

Eu pressiono enter e obtenho aquele familiar antigo

You are missing the following 32-bit libraries, and Steam may not run:
libGL.so.1'

Eu tentei sudo apt-get update , sudo apt-get install libc6-i386 sem sucesso e, caso contrário, não consigo encontrar nenhuma informação útil.

    
por Caleb Hopkins 28.09.2015 / 08:39

1 resposta

0

Em um terminal:

sudo apt install steam
    
por Leeo97one 28.09.2015 / 20:44