Установить Steam
войти
|
язык
简体中文 (упрощенный китайский)
繁體中文 (традиционный китайский)
日本語 (японский)
한국어 (корейский)
ไทย (тайский)
Български (болгарский)
Čeština (чешский)
Dansk (датский)
Deutsch (немецкий)
English (английский)
Español - España (испанский)
Español - Latinoamérica (латиноам. испанский)
Ελληνικά (греческий)
Français (французский)
Italiano (итальянский)
Bahasa Indonesia (индонезийский)
Magyar (венгерский)
Nederlands (нидерландский)
Norsk (норвежский)
Polski (польский)
Português (португальский)
Português-Brasil (бразильский португальский)
Română (румынский)
Suomi (финский)
Svenska (шведский)
Türkçe (турецкий)
Tiếng Việt (вьетнамский)
Українська (украинский)
Сообщить о проблеме с переводом
Thanks!
Any help would be appreciated.
Yes, I'm Pathetic ;~;
Thanks for pointing that out, Vlad. Before I can answer those questions for you, please tell me what version of ubuntu you're on. The guide I made is assuming you're using 12.04.2 LTS 64-bit.
Also, what you need to do in order to install ia32-libs is by use of the command line(e.g.Terminal). Once you have Terminal open, the first command will ask you for a password(this is your password for your Ubuntu user account.)
Terminal will then ask you a question that's basically saying "Okay, you're about to install <package-name-here>, Proceed? (Y/n)
Hit 'Y' then press enter. You'll see a bunch of text on the screen. Let that run until it's done.
Chances are if everything is going smoothly, you should be able to download from the Ubuntu Software Center without issues.
I posted a reply to johnv's opening comment. Seems to be working for a few people
I had this exact problem. Every single time I ran Steam this would happen. I managed to fix it though. What I did is went into my terminal and reinstalled OpenGL. This worked for me, and I'm currently able to access the Steam Client - without the error message coming up. I've also downloaded TF2, and everything appears to be working normally client-wise.
Here is the code that I entered into terminal
I'm not sure if it will fix your problem -- But I suspect that it might since it did fix mine; which appears to be the same problem you're having.
Is your other drive partitioned in ext4?
http://imgur.com/RcL2Q5j
Have you updated ubuntu before installing?
Unpacking steam:i386 (from steam_latest.deb) ...
dpkg: dependency problems prevent configuration of steam:i386:
steam:i386 depends on xterm | gnome-terminal.
dpkg: error processing steam:i386 (--install):
dependency problems - leaving unconfigured
I solved it editing the .deb and removing the dependencies xterm | gnome-terminal :
dpkg-deb -x steam_latest.deb steam
dpkg-deb --control steam_latest.deb steam/DEBIAN
nano steam/DEBIAN/control #here hi removed this: ,xterm | gnome-terminal
dpkg -b steam steam.deb
then just install:
sudo dpkd -i steam.deb