Trying to install Steam ERROR: You are missing the following 32-bit libraries, and Steam may not run: not
This seem to happen on every 64 bits OS.
Full bug report here: https://github.com/ValveSoftware/steam-for-linux/issues/321
Solution:
gksudo gedit /etc/ld.so.conf.d/steam.conf
Add next two lines to file:
/usr/lib32
/usr/lib/i386-linux-gnu/mesa
Then execute:
sudo ldconfig
Now you should be able to run Steam
solution found here: http://steamcommunity.com/app/221410/discussions/0/864959336441792994/?l=russian
Here's what I had to do on Intel Sandy Bridge (HD3000 graphics)- for Nvidia/AMD use appropriate source:
sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1 /usr/lib
Steam and 3D in vmWare works now.
No problem. Welcome to Linux and Ubuntu, by the way.
First, if you didn't install Steam from the Ubuntu Software Center, and didn't try, see if you can install it that way, removing Steam from your system beforehand. You may need to run sudo apt-get update
in a terminal beforehand (when it prompts you for your password, it's typing even if nothing shows up onscreen). I've also noticed that Steam only shows up in the Software Center when you click "show technical items" at the bottom.
If that doesn't help, see the Known Issues section on the Valve Developer wiki. Follow the instructions for Debian-based distributions:
sudo apt-get install lib32stdc++6
Let me know if these instructions don't make sense.