3

I am new to Ubuntu. I am running 15.10. I'm trying to launch Steam but it doesn't do anything.

I saw that it still runs without showing anything on the screen.

What can I do?

Zanna
  • 70,465
  • can't read any thing in the screen shot. but try runing this in terminal. "sudo apt-get install -f" – Neil Oct 26 '15 at 02:36
  • Thnx for answering. I did it and it was already updated. But nothing change..It still not launch steam. the -f what install is?? – Miltos Kalogiros Oct 26 '15 at 14:07
  • @Milton Kalogiros that command will Attempt to correct a system with broken dependencies in place. – Neil Oct 26 '15 at 21:20

1 Answers1

4

Try

LD_PRELOAD='/usr/$LIB/libstdc++.so.6' DISPLAY=:0 steam
hg8
  • 13,462