Installing Steam in Ubuntu
Advertisement
I had and still have some issues with Steam on Linux. I wanted to use my native system libraries instead of the ones Steam includes. This is a native feature for Steam. Just start Steam with STEAM_RUNTIME=0
set and you’re good to go. At least in theory. Sadly Steam uses a lot of 32-Bit libraries which are not installed on the average 64-Bit Ubuntu.
I wrote a small script to solve this problem:
Keep in mind that this script doesn’t always chose the best solution, so read the apt-get install message
carefully. In my case some libraries were found in the i386 packages of Thunderbird and Firefox leading to an attempted uninstall of the x86_64 Bit versions. In this case you probably need to resolve the dependencies yourself.
Additionally, my Steam installation depended on libudev.so.0
which isn’t available on Ubuntu 15.10 (and, as I read on the internet not on 14.04 either). You need to install this manually:
Afterwards I was able to start Steam with STEAM_RUNTIME
set to 0
. Next stop: Dual monitor problems in several games.