Si usas linux Mint y deseas instalar Steam, la solución es sencilla. Abre la terminal y añade el repositorio escribiendo
sudo gedit /etc/apt/sources.list
y pegando lo siguiente
deb http://repo.steampowered.com/steam/ precise steam
(No te preocupes por el precise, sirve en este momento). Guarda, cierra y luego escribe
wget -O - http://repo.steampowered.com/steam/signature.gpg | sudo apt-key add -
sudo apt-get update && Sudo apt-get install steam
¡Y listo!
Más detalles de la instalación en este post. ¡Saludos!
You should be a part of a contest for one of the highest quality blogs on the web. I am going to highly recommend this website!
Me gustaMe gusta
no me resultó lo señalado pero me resultó lo siguiente:
1. abrir terminal.
2. escribir los siguientes comandos y presionar ENTER después de cada uno.
wget -c media.steampowered.com/client/installer/steam.deb (enter)
sudo dpkg -i steam.deb (enter)
sudo apt-get install -f (enter)
Me gustaMe gusta
¿Qué versión de Linux mint usas?
Me gustaMe gusta
linux mint MAYA (13) lts
Me gustaMe gusta
Muchas gracias, me sirvio.
Me gustaMe gusta
Thank you for some other informative blog. Where else may just I am getting that type of information written in such a perfect approach? I’ve a challenge that I am simply now operating on, and I have been at the glance out for such information.
Me gustaMe gusta
~ $ sudo gedit /etc/apt/sources.list
[sudo] password for joe78man:
sudo: gedit: orden no encontrada
Me gustaMe gusta