Erro ao tentar instalar o Steam em 14.04 LTS

1

Acabei de começar a usar o Ubuntu e estou tentando instalar o Steam, mas recebo a mensagem de erro

you are missing the following 32-bit libraries, and Steam may not run: libc.so.6

O que isso significa?

    
por Dan 24.04.2015 / 08:10

1 resposta

0

Faça esses comandos:

sudo dpkg --add-architecture i386

então:

sudo apt-get update
sudo apt-get install ia32-libs
sudo apt-get upgrade

Em seguida, instale a libc

sudo apt-get install libc-bin:i386
    
por Maythux 24.04.2015 / 08:33