Steam for Linux

Steam for Linux

Radar201 2 Apr, 2020 @ 5:34pm
Missing 32-bit libraries
Hi all
I at first had everything up and running and was even able to play one of my games but silly me I started to twinkle with it some more and now I keep getting this errorr message when I try to restart the steam app. Please advise. Thanks in advnace.

You are missing the following 32-bit libraries, and Steam may not run:
libGL.so.1
libdrm.so.2

Lenovo Yoga C630 Chromebook
< >
Showing 1-1 of 1 comments
max 20 Aug, 2020 @ 7:39pm 
https://youtu.be/NcBXI5HbkMg

Step 1. Open a terminal (in Unity use the keys CTRL + ALT + T);

Step 2. To solve this problem in Debian, Ubuntu and derivatives, just install the 32-bit package

libgl1-nvidia-glx with the command:

sudo apt-get install libgl1-mesa-glx:i386

Step 3. After installation, create a configuration file that will identify the library on the system and allow you to boot the Steam client correctly. To do this, use the command:

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

Step 4. With the file open, paste the content below. Then save and close the file;
/usr/lib32 /usr/lib/i386-linux-gnu/mesa

Step 5. To complete everything, type the following command:

sudo ldconfig
Last edited by max; 20 Aug, 2020 @ 7:45pm
< >
Showing 1-1 of 1 comments
Per page: 1530 50