Missing libGL.so.1 when trying to launch Steam

Solution 1:

Running the following command will allow your computer to work with 32-bit libraries:

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

Run that in a terminal and try to install Steam again.