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
find ~/.steam/root/ \( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" -o -name "libgpg-error.so*" \) -print -delete
If the above command does not work, run the above command again, then run this command.
find ~/.local/share/Steam/ \( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" -o -name "libgpg-error.so*" \) -print -delete
With first command line it started working. Now I do get Steam notice about outdated files, but at least Steam client started and is running. Should I do second command too, or is it just failsafe one?
This may or may not work for you, I don't use ubuntu so i have no idea if it works.
Edit: Was on my phone before, to be more precise it says:
find: ‘/home/me/.local/share/Steam/’: No such file or directory
I'm not sure if removing the ~/.steam folder is advisable since I have no idea where it stores the games and settings and whatnot but I deleted those other files and didn't care to make a backup since I'm on a brand new fresh install of Ubuntu so that was the route I chose to take.
http://www.omgubuntu.co.uk/2016/03/ubuntu-drops-amd-catalyst-fglrx-driver-16-04#comment-2583636496
Try to create this script and run it with sh
And you may be able to run steam on ubuntu 16.04
#!/bin/bash
export LD_PRELOAD='/usr/$LIB/libstdc++.so.6' #Export so all child processes are affected as well
export DISPLAY=:0
#export LIBGL_DEBUG=verbose
steam