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,466
user255629
  • 61
  • 1
  • 8
  • The answer is here : http://askubuntu.com/questions/260813/trying-to-install-steam-error-you-are-missing-the-following-32-bit-libraries-a – Ahmadgeo Mar 07 '14 at 02:10

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,243
  • 11
  • 45
  • 72
Ahmadgeo
  • 1,401