Skip to content

Instantly share code, notes, and snippets.

@dapize
Created September 27, 2022 05:57
Show Gist options
  • Save dapize/5c3bc894d3d1e0789858b94934ce265d to your computer and use it in GitHub Desktop.
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
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