3

So I have an acer c7 chromebook and I have chrubuntu 13.10 I think and its 64 bit and I installed steam from the software center but when I open it up it tell me I have to install a package and when I type in my pass word and hit enter it says:

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

1 Answers1

0

From terminal

sudo dpkg --add-architecture i386

sudo apt-get install ia32-libs

once done should work if you get a library error

sudo nano /etc/ld.so.conf.d/steam.conf

/usr/lib32

(you may need never had to use this line)
/usr/lib/i386-linux-gnu/mesa

Ctrl+X save

sudo ldconfig

Steam should now work properly from this point on..

Danatela
  • 13,384
Ahmadgeo
  • 1,421