No puedo instalar Steam en Ubuntu 14, 64 bits

No puedo instalar Steam en Ubuntu 14, 64 bits

Acabo de reemplazar mi antiguo Win Vista hoy con Ubuntu, una instalación nueva. Fui a instalar Steam y me dio este error.

Steam needs to install these additional packages: 
  libgl1-mesa-dri:i386, libgl1-mesa-glx:i386, libc6:i386

Intento instalar los paquetes y me da este error.

The following packages have unmet dependencies:
 libgl1-mesa-glx:i386 : Depends: libglapi-mesa:i386 (= 10.1.3-0ubuntu0.5)
 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.

Salgo de la ventana y Steam aparece el error:

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

Busqué otras soluciones y primero probé una actualización genérica.

sudo apt-get update; sudo apt-get dist-upgrade;

Se actualizó.

Intenté desde la misma solución:

wget {LIEN SUPPRIMÉ} -O /tmp/steam_1.0.0.27_i386.deb
wget {LIEN SUPPRIMÉ} -O /tmp/steam_1.0.0.27_amd64.deb
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install -y ia32-libs
sudo dpkg -i /tmp/steam*.deb
sudo apt-get install -fy

lo que me da esto:..

danny@notquitealienware:~$ wget {LIEN SUPPRIMÉ} -O /tmp/steam_1.0.0.27_i386.deb
--2015-10-14 14:03:29--  http://%7Blien/
Resolving {lien ({lien)... failed: Name or service not known.
wget: unable to resolve host address ‘{lien’
idn_encode failed (3): ‘Non-digit/letter/hyphen in input’
--2015-10-14 14:03:29--  http://supprim%C3%89%7D/
Resolving supprimÉ} (supprimÉ})... failed: Name or service not known.
wget: unable to resolve host address ‘supprimÉ}’
idn_encode failed (3): ‘Non-digit/letter/hyphen in input’
--2015-10-14 14:03:29--  http://supprim%C3%89%7D/
Resolving supprimÉ} (supprimÉ})... failed: Name or service not known.
wget: unable to resolve host address ‘supprimÉ}’
danny@notquitealienware:~$ wget {LIEN SUPPRIMÉ} -O /tmp/steam_1.0.0.27_i386.deb
--2015-10-14 14:03:45--  http://%7Blien/
Resolving {lien ({lien)... failed: Name or service not known.
wget: unable to resolve host address ‘{lien’
idn_encode failed (3): ‘Non-digit/letter/hyphen in input’
--2015-10-14 14:03:45--  http://supprim%C3%89%7D/
Resolving supprimÉ} (supprimÉ})... failed: Name or service not known.
wget: unable to resolve host address ‘supprimÉ}’
idn_encode failed (3): ‘Non-digit/letter/hyphen in input’
--2015-10-14 14:03:45--  http://supprim%C3%89%7D/
Resolving supprimÉ} (supprimÉ})... failed: Name or service not known.
wget: unable to resolve host address ‘supprimÉ}’
danny@notquitealienware:~$ wget {LIEN SUPPRIMÉ} -O /tmp/steam_1.0.0.27_amd64.deb--2015-10-14 14:03:45--  http://%7Blien/
Resolving {lien ({lien)... failed: Name or service not known.
wget: unable to resolve host address ‘{lien’
idn_encode failed (3): ‘Non-digit/letter/hyphen in input’
--2015-10-14 14:03:45--  http://supprim%C3%89%7D/
Resolving supprimÉ} (supprimÉ})... failed: Name or service not known.
wget: unable to resolve host address ‘supprimÉ}’
idn_encode failed (3): ‘Non-digit/letter/hyphen in input’
--2015-10-14 14:03:45--  http://supprim%C3%89%7D/
Resolving supprimÉ} (supprimÉ})... failed: Name or service not known.
wget: unable to resolve host address ‘supprimÉ}’
danny@notquitealienware:~$ sudo dpkg --add-architecture i386

También intenté instalar ia32-libspero me sale esto:

However the following packages replace it:
  lib32z1 lib32ncurses5 lib32bz2-1.0

E: Package 'ia32-libs' has no installation candidate
danny@notquitealienware:~$ 

Entonces probé una nueva solución:

sudo apt-get install libc6:i386 libgl1-mesa-dri-lts-utopic:i386 libgl1-mesa-glx-lts-utopic:i386

y obtuve esto:

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:
 gnome-session-bin : Depends: libgl1-mesa-glx or
                              libgl1
 indicator-network : Depends: unity8 (>= 7.82) but it is not going to be installed
 libgl1-mesa-dri-lts-utopic:i386 : Conflicts: libgl1-mesa-dri
 libgl1-mesa-glx-lts-utopic:i386 : Depends: libglapi-mesa-lts-utopic:i386 (= 10.3.2-0ubuntu1~trusty2) but it is not going to be installed
 libgnome-desktop-3-7 : Depends: libgl1-mesa-glx or
                                 libgl1
 libqt5gui5 : Depends: libgl1-mesa-glx or
                       libgl1
 libqt5multimedia5-plugins : Depends: libqgsttools-p1 (>= 5.2.1-0ubuntu5) but it is not going to be installed
 libqt5quick5 : Depends: libgl1-mesa-glx or
                         libgl1
 libwebkitgtk-3.0-0 : Depends: libgl1-mesa-glx or
                               libgl1
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
danny@notquitealienware:~$ 

Tengo una tarjeta gráfica de 64 bits con AMD Radeon 4350. Fui a su sitio web para intentar actualizar los controladores, pero el archivo no se ejecuta. No tengo idea de qué hacer o cómo manejar esto, por favor ayuda.

Respuesta1

"sudo dpkg --add-architecture i386" "sudo apt-get update" "Sudo apt-get install steam" "Sudo apt-get update: Es posible que también necesites instalar ia32-libs; podrás hacerlo después sudo apt-get update en los pasos anteriores.

información relacionada