Iniciar sessão
|
Idioma
Български (Búlgaro)
čeština (Checo)
Dansk (Dinamarquês)
Nederlands (Holandês)
English (Inglês)
Suomi (Finlandês)
Français (Francês)
Deutsch (Alemão)
Ελληνικά (Grego)
Magyar (Húngaro)
Italiano (Italiano)
日本語 (Japonês)
한국어 (Coreano)
Norsk (Norueguês)
Polski (Polaco)
Português (Brasil)
Română (Romeno)
Русский (Russo)
简体中文 (Chinês Simplificado)
Español (Espanhol)
Svenska (Sueco)
繁體中文 (Chinês Tradicional)
ไทย (Tailandês)
Türkçe (Turco)
Українська (Ucraniano)
Ajuda-nos a traduzir o Steam
http://repo.steampowered.com/steam/archive/precise/steam_latest.deb
After you install it, do:
steam --reset
Run this command in the terminal.
Ctrl + Alt + T.
E: Unable to locate package libgl1-mesa-dri
E: Unable to locate package libgl1-mesa-glx
E: Unable to locate package libc6
and I redownloaded through the link you posted.
I tried doing steam --reset in the terminal, but that did not fix it.
I'm using ubuntu 12.10 64 bit
When I type steam into the terminal, i get this and the package installer that always fails.
Package libgl1-mesa-dri:i386 needs to be installed
Package libgl1-mesa-glx:i386 needs to be installed
Package libc6:i386 needs to be installed
How do i fix this?
if [ "$(dpkg --print-architecture)" = "amd64" ] && ! dpkg --print-foreign-architectures | grep i386 >/dev/null; then
echo "Fixing architectures..."
sudo dpkg --add-architecture i386
fi
I'm going to add this to steamdeps so it's automatically taken care of in the future.
Thanks!
Problem solved. found another thread with it where you said to run it. Ran that, steam worked. Thank you very much. Also, ubuntu has a lot of options windows should have. Like be connected to wifi and ethernet yet choose which to actually use when you want.
sudo apt-get update
sudo apt-get install steam-launcher
steam
(Or you can use update-manager to update steam-launcher)