0

When I install Steam I get:

You are missing the following 32-bit libraries, and Steam may not run: 
libc.so.6.

How do I run

Erikjh
  • 1

1 Answers1

0

Use the following commands in a terminal (ctrl+alt+t):

mv ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libgcc_s.so.1{,.disable}
mv ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6{,.disable}

When steam has started then update and you might want to use the commands again.

Videonauth
  • 33,355
  • 17
  • 105
  • 120