when i try to launch steam a message pops up- you are missing the following 32-bit libraries,and steam may not run: libic.so.6 I tried a get apt-update but the message still pops up anybody know how to fix?
Asked
Active
Viewed 94 times
2 Answers
2
The command apt-get update only refreshes your sources; it doesn't do anything else. What you need to do is run this:
sudo apt-get install '^libc6.*'
That will install the required package for you.
TheWanderer
- 19,525
- 12
- 52
- 65