Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
sudo apt-get install libc6:i386 libgl1-mesa-dri-lts-utopic:i386 libgl1-mesa-glx-lts-utopic:i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libgl1-mesa-dri-lts-utopic:i386
E: Unable to locate package libgl1-mesa-glx-lts-utopic:i386
I've also tried adding symlink to the lib.so.6 file as following:
sudo ln -s /lib/i386-linux-gnu/libc.so.6 /lib/libc.so.6
but I get ln: failed to create symbolic link '/lib/libc.so.6': File exists
in return.
-----------------------------------------------------------------------------------------------------------------------
My Standard Cut and paste a thousand times used this year arghhhh!
- Steam is ROCK-SOLID in Ubuntu 16.04, so read on for this bullet-proof set of install instructions.
• Ubuntu 16.04 & 16.10 Issues
∘ did you install steam from using Package Manager or from steams download website?
∘ The Steam.deb Download package DOES NOT work in most instances!!! Do NOT Download it
∘ It does not install the needed 32-bit library dependencies that silly steam .deb needs (+1 GB of extra stuff)
• First be sure to have all Updates and Nvidia Proprietary Graphics Driver Installed and Intels microcode
‣ Reboot often up to 3-4 times until all updates are done/done/done
• here is my standard tip .....ALWAYS use Package Manager (or Software Center) or Terminal, silly but Steam's download says it is good for Ubuntu ... but fails to mention that it's only 12.04 YES 2012! Stupid but an easy fix is .... Package Manager OR Terminal
• 1. in Update Manager ... Settings / Ubuntu Software Tab
add (check off)...
Multiverse (this adds copyright software like Steam)
OR same thing using terminal (Always copy and paste AFTER the $)
‣ $ sudo add-apt-repository multiverse
• 2. Then you can install Steam either using terminal
∘ $ sudo apt-get install steam, OR and BETTER
∘ use ANY package manager (Software Center), and search for Steam as it will (Should) now show up (legally), but sadly not always
DONE - EASY-PEASY , .... EVERYTHING and ALL the DEPENDENCIES will also be installed.
• troubleshoot steam by opening it on "Terminal", awesome for troubleshooting and always (if errors) fix the FIRST one and retry.
• Good Luck,
• Cheers, Mark
--------------------------------------------------------------------------------------------------------------
∘ 2. Manual install Way (Not a Good Idea, or NOT for Newbies)
‣ If from some reason you are unable to install STEAM using a standard Ubuntu repository you may attempt to perform a manual installation. Let's begin with installation of all prerequisites. If you are running 64bit system first enable multi-arch repositories.
$ sudo dpkg --add-architecture i386
$ sudo apt-get update
‣ Next, install all required packages in order to install and run STEAM on your Ubuntu 16.04 Xenial Xerus Linux system:
$ sudo apt-get install wget gdebi libgl1-mesa-dri:i386 libgl1-mesa-glx:i386 libc6:i386
‣ Next download STEAM installer package:
$ wget http://media.steampowered.com/client/installer/steam.deb
‣ Install steam using gdebi command
$ sudo gdebi steam.deb
-------------------------------------------------------------------------------
Tell me what you don't understand in my previous thread - and I will amend it in my notes for ALL to share - IT SOLVES EVERYTHING.
----------------------------------------------------------------------------------------------------------------------------------------------
• For an AMD user this was his solution
• LD_PRELOAD='/usr/$LIB/libstdc++.so.6' steam
---------------------------------------------------------------------------------------------------------------------------------------------
This topic has been pinned, so it's probably important
If you are seeing errors in the console when starting Steam, the reason is likely a conflict between the steam runtime and your system libraries. The most common culprits are libgcc_s.so and libstdc++.so.
The following command will remove those libraries from your steam runtime.
find ~/.steam/steam/ubuntu12_32/steam-runtime \( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" -o -name "libgpg-error.so*" \) -print -delete
==============================================
I hope it helps, Mark
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package steam is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
steam-launcher
E: Package 'steam' has no installation candidate
it literally tells you to do that?
Simple - in a complicated way
This worked for me, Thank you!
For me too