I'm trying to install Steam onto my computer in Ubuntu 16.04, but whenever I try to start steam I get this error message:
You are missing the following 32-bit libraries, and Steam may not run:
libc.so.6
How do I fix this?
I'm trying to install Steam onto my computer in Ubuntu 16.04, but whenever I try to start steam I get this error message:
You are missing the following 32-bit libraries, and Steam may not run:
libc.so.6
How do I fix this?
Try doing this:
find | grep libc.so.6
sudo ln -s <your-libc-path-here> /lib/libc.so.6
Guessing this should solve it.