Taking my first steps in Ubuntu. How do I open Steam?
Taking my first steps in Ubuntu. How do I open Steam?
I've set up my new operating system and am trying to add all the programs I normally use. During installation, I believe I selected an option that would automatically install things like MP3, flash decoders, and graphics drivers. I'm not sure if that was the right choice, but it seemed to simplify the process of entering a new environment. After downloading Steam, it now appears on the desktop, though when I try to open it, it shows up in the side panel with a fading outline before disappearing. Did I make a mistake or is there another step I should take?
It looks like the setup isn't working as expected. You might need to reinstall it so it opens automatically when you double-click the desktop.
It seems you're encountering an issue with downloading and installing the software on Ubuntu. Double-check your internet connection, ensure you're using the correct package name, and verify that you're following the installation steps carefully. If the problem persists, try clearing your cache or reinstalling from the official source.
Type "steam" in the terminal to start Steam and check its dependencies. Run "system monitor" and end any running Steam processes before launching.
Steam is running on Ubuntu 16.04 64-bit with STEAM_RUNTIME enabled. A breakpad exception handler is being installed for the libGL error related to swrast_dri.so and swrast. The issue message indicates a driver loading failure.
Yes, the same issue appears as before. The latest Steam update resolves these problems, but you must execute certain commands first. Verify in the system monitor if any Steam instances are active. Then input this command and add sudo for safety: rm ~/.steam/steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6 rm ~/.steam/steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libstdc++.so.6 This should resolve the issue. After that, launching Steam will perform the update automatically and everything should function properly.
Joseph@joseph-OL2-RACK-DZ77SL:~$ rm ~/.steam/steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6
Joseph@joseph-OL2-RACK-DZ77SL:~$ rm ~/.steam/steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libstdc++.so.6
Error: cannot remove '/home/joseph/.steam/steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libstdc++.so.6': No such file or directory
Joseph@joseph-OL2-RACK-DZ77SL:~/EDIT/This is what I got.
Joseph@joseph-OL2-RACK-DZ77SL:~/EDIT/But hey I tried launching Steam and it's working!
Ignore the message about missing files. He removed the other version instead. It’s basically the same file, just a 32-bit and a 64-bit edition. He deleted the 32-bit one, but couldn’t locate the 64-bit one. This could be due to a 32-bit Ubuntu setup or another factor. Try launching Steam now—it should start without issues and auto-update itself, avoiding these problems.