Não é possível instalar o Steam

2

Estou com um problema em uma nova instalação do Ubuntu com o Steam. Ele diz que faltam pacotes quando eu emito o comando "install steam" abaixo.

user@test-desktop:~$ sudo apt-get install steam
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.
 steam:i386 : Depends: libgl1-mesa-dri:i386
              Depends: libgl1-mesa-glx:i386
E: Unable to correct problems, you have held broken packages.

Então, quando eu tento e obtenho alguns dos pacotes que faltam, mostra que sou dependente de ainda mais pacotes, como mostrado abaixo.

user@test-desktop:~$ sudo apt-get install libgl1-mesa-dri:i386
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-dri:i386 : Depends: libdrm-intel1:i386 (>= 2.4.48) but it is     not going to be installed
                        Depends: libdrm-nouveau2:i386 (>= 2.4.38) but it     is not going to be installed
                        Depends: libdrm-radeon1:i386 (>= 2.4.31) but it is not going to be installed
                        Depends: libdrm2:i386 (>= 2.4.38) but it is not going to be installed
 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.

Eu devo estar fazendo algo errado aqui. Alguém pode me aconselhar o que fazer, por favor?

FYI Eu também executei os seguintes comandos sem alegria:

sudo apt-get autoremove
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade

Como sugerido, também tentei:

user@test-desktop:~$ sudo apt-get install ia32-libs
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package ia32-libs is not available, but is referred to by another     package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  lib32z1 lib32ncurses5 lib32bz2-1.0

E: Package 'ia32-libs' has no installation candidate
    
por john smith 15.11.2015 / 14:11

1 resposta

3

Ativar o repositório de parceiros da Canonical.

Abra Software e Atualizações e, na guia Outro Software , ative os Parceiros da Canonical.

Selecione "Fechar" e "Recarregar"

Finalmente,

sudo apt-get install steam
    
por Gayan Weerakutti 15.11.2015 / 14:27