F5F Stay Refreshed Software Operating Systems Taking my first steps in Ubuntu. How do I open Steam?

Taking my first steps in Ubuntu. How do I open Steam?

Taking my first steps in Ubuntu. How do I open Steam?

Pages (2): 1 2 Next
E
Experimentl
Member
199
05-23-2022, 05:41 AM
#1
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?
E
Experimentl
05-23-2022, 05:41 AM #1

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?

S
65
05-23-2022, 07:34 AM
#2
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.
S
SUPERSPIDERBOB
05-23-2022, 07:34 AM #2

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.

S
SPIKEBALL21
Member
135
05-25-2022, 05:39 AM
#3
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.
S
SPIKEBALL21
05-25-2022, 05:39 AM #3

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.

T
tuckerdogct
Junior Member
6
05-25-2022, 11:39 AM
#4
Type "steam" in the terminal to start Steam and check its dependencies. Run "system monitor" and end any running Steam processes before launching.
T
tuckerdogct
05-25-2022, 11:39 AM #4

Type "steam" in the terminal to start Steam and check its dependencies. Run "system monitor" and end any running Steam processes before launching.

I
ISY_0815
Senior Member
566
05-27-2022, 05:16 AM
#5
activate the multiverse repository in /etc/apt/sources.list by adding "multiverse" to that line. Then run sudo apt update, followed by sudo apt install steam.
I
ISY_0815
05-27-2022, 05:16 AM #5

activate the multiverse repository in /etc/apt/sources.list by adding "multiverse" to that line. Then run sudo apt update, followed by sudo apt install steam.

C
crazypotpie
Member
225
05-31-2022, 11:40 PM
#6
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.
C
crazypotpie
05-31-2022, 11:40 PM #6

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.

D
Darkbandit92
Posting Freak
839
06-02-2022, 07:09 AM
#7
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.
D
Darkbandit92
06-02-2022, 07:09 AM #7

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.

C
Chargez
Member
146
06-02-2022, 03:54 PM
#8
Install the package to include libstdc++6 using apt

Run the command: apt install libstdc++6
C
Chargez
06-02-2022, 03:54 PM #8

Install the package to include libstdc++6 using apt

Run the command: apt install libstdc++6

R
rosie2435
Senior Member
475
06-02-2022, 04:10 PM
#9
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!
R
rosie2435
06-02-2022, 04:10 PM #9

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!

B
Batai22
Member
184
06-03-2022, 05:55 AM
#10
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.
B
Batai22
06-03-2022, 05:55 AM #10

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.

Pages (2): 1 2 Next