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 (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
You can also start steam by double clicking this file in your desktop or do: "Alt+f2" -> type "steam" and hit enter.
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
/home/asddxdd/.local/share/Steam/steam.sh: line 823: /home/asddxdd/.local/share/Steam/ubuntu12_32/steam-runtime/run.sh: No such file or directory
How can i get it. Tried reinstalling
installing from repos work 99,9% of the time whereas installing from the official .deb usually requires a few fixes/modifications.
... tired of the excuses
... the best response 2 years ago was STEAM depends on so many dependencies ...
... RUBBISH EXCUSE!
... there are hundreds of .deb packages that install with ALL THEIR Dependencies
... the next excuse was these are TOO LARGE ...
OK FINE ... so yes STEAM needs about 500MBs - 1GB in dependencies - SO WHAT in this day and age.
Steam either FIX your .deb pachkage that YOU (STEAM) OFFERS OR JUST SIMPLY DON'T OFFER it any more - seriously STEAM
But for all others - YES it has ALWEAYS been better to install Steam through the repositories!
Don't get me wrong just trying to help, as always!
1.Enable multi-arch repos (32-bit) in your package manager or command line
# dpkg --add-architecture i386
2.Install Steam via package manager GUI or command line
#apt install steam --no-install-suggests --no-install-recommends -y
A GUI will pop up after installation to accept terms of service.
Afterwards you can launch Steam.
Generally the GUI should work perfect.
https://wiki.ubuntu.com/Valve has pictures for reference.
If you choose to do the command line route and steam doesn't launch after you installed you might need 32-bit libraries that correspond to your GPU.
Nvidia graphics hardware:
# apt install libgl1-nvidia-glx:i386
ATI/AMD graphics hardware:
# apt install libgl1-fglrx-glx:i386
AMDGPU graphics hardware: (tested on stretch)
# apt install xserver-xorg-video-amdgpu:i386 xorg-video-abi-23:i386 xserver-xorg-core:i386