Войти
|
язык
Български (Болгарский)
čeština (Чешский)
Dansk (Датский)
Nederlands (Голландский)
English (Английский)
Suomi (Финский)
Français (Французский)
Deutsch (Немецкий)
Ελληνικά (Греческий)
Magyar (Венгерский)
Italiano (Итальянский)
日本語 (Японский)
한국어 (Корейский)
Norsk (Норвежский)
Polski (Польский)
Português (Португальский)
Português-Brasil (Бразильский португальский)
Română (Румынский)
简体中文 (Упрощенный китайский)
Español (Испанский)
Svenska (Шведский)
繁體中文 (Традиционный китайский)
ไทย (Тайский)
Türkçe (Турецкий)
Помогите нам перевести 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)