1

I know literally nothing about linux/ubuntu, but I have linux activated and I downloaded it through steam. When I click on it to open it it gives me the message: You are missing the following 32-bit libraries, and Steam may not run: libc.so.6 Could someone help?

1 Answers1

0

Open a console or terminal and type:

sudo apt update
# enter your password when prompted
sudo apt install steam

After the installation, run steam from the start menu. It might ask you to install even more libraries.

dwcoder
  • 274