Created
September 27, 2022 05:57
-
-
Save dapize/5c3bc894d3d1e0789858b94934ce265d to your computer and use it in GitHub Desktop.
Error: You are missing the following 32-bit libraries, and Steam may not run: libGL.so.1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo dpkg --add-architecture i386 | |
sudo apt-get update | |
sudo apt install libgl1-mesa-dri:i386 libgl1:i386 | |
sudo apt-get upgrade steam -f | |
sudo apt install nvidia-driver-libs:i386 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment