1

I have just install steam from the terminal as you can see:

image 1

But when I try to open steam as you can see:

image 2

And finally, if I continue with it I get this:

image 3

I have already install the Canonical packages from software update, I have tried use the .deb file from steam website but it also didn't work, it always shows me the same. Also, if I click on steam icon it shows me the same image 3.

So, what should I do?

David Foerster
  • 36,264
  • 56
  • 94
  • 147

1 Answers1

-1

If you're getting

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

try running:

sudo apt-get install libc6-i386

Joss Bird
  • 99
  • 4
  • That alone won't help. Apt already tries to install that package but fails to do so. OP needs to enable the i386 foreign architecture first. See my linked question. -1 – David Foerster Jan 10 '18 at 19:27
  • @DavidFoerster I mean it did work OP already put the solution to his problem. so stop with your down-voting and read the full post – Joss Bird Jan 10 '18 at 19:30