0

I am new to Ubuntu and linux in general. I am an avid gamer that used to play off of steam on windows, and am now finding that steam doesn't work and I cannot play any non- linux games. I am wondering if there is any way to play these games without going back to windows

1 Answers1

0

If the problem is the missing libGL.so.1 32-bit libraries please check this thread:

Trying to install Steam ERROR: You are missing the following 32-bit libraries, and Steam may not run: not

Sees like creating a link is the way to go:

sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1 /usr/lib

Good luck

dufte
  • 13,272
  • 5
  • 39
  • 43