Estou tentando instalar o Steam no meu sistema Ubuntu de 64 bits (ARM64), mas estou tendo problemas com as bibliotecas de 32 bits.
Eu instalei o pacote .deb em seu site. O problema é o seguinte erro ao executar o Steam Launcher pela primeira vez:
You are missing the following 32-bit libraries, and Steam may not run:
libc.so.6
Depois de ler muitas perguntas semelhantes, acho que encontrei o problema subjacente. É o seguinte, ao usar a atualização automática:
Reading package lists... Done
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/xenial/main/binary-i386/Packages 404 Not Found [IP: 91.189.88.150 80]
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/xenial-security/restricted/binary-i386/Packages 404 Not Found [IP: 91.189.88.150 80]
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/xenial-updates/restricted/binary-i386/Packages 404 Not Found [IP: 91.189.88.150 80]
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/xenial-backports/main/binary-i386/Packages 404 Not Found [IP: 91.189.88.150 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
Ao tentar instalar as bibliotecas da seguinte forma:
sudo apt-get install wget gdebi libgl1-mesa-dri:i386 libgl1-mesa-glx:i386 libc6:i386
Eu recebo o seguinte:
Reading state information... Done
E: Unable to locate package libgl1-mesa-dri:i386
E: Unable to locate package libgl1-mesa-glx:i386
E: Unable to locate package libc6:i386
Quando tento instalá-los assim:
sudo apt-get install '^libc6.*'
Eu recebo o seguinte:
libc6-powerpcspe-cross is already the newest version (2.23-0ubuntu3cross1).
libc6-ppc64-cross is already the newest version (2.23-0ubuntu3cross1).
libc6-ppc64-powerpc-cross is already the newest version (2.23-0ubuntu3cross1).
libc6-s390-s390x-cross is already the newest version (2.23-0ubuntu3cross1).
libc6-s390x-cross is already the newest version (2.23-0ubuntu3cross1).
libc6-sh4-cross is already the newest version (2.23-0ubuntu3cross1).
libc6-sparc-sparc64-cross is already the newest version (2.23-0ubuntu3cross1).
libc6-sparc64-cross is already the newest version (2.23-0ubuntu3cross1).
libc6.1-alpha-cross is already the newest version (2.23-0ubuntu3cross1).
## And so on, this is a huge list...
Quando tento executar isso:
sudo apt-get install steam
Eu recebo esta saída:
Reading package lists... Done
Building dependency tree
Reading state information... Done
steam:i386 is already the newest version (1.0.0.54).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Estou executando o Ubuntu Xenial 16.04. Alguém pode me ajudar em uma solução aqui?
Muito obrigado!