Steam 32 bit libraries ve "Failed to load steamui.io" hatası

pcimde (laptop)linux kullanıyorum dağıtımın ismi deepin cinnamon masaüstü ortamını kullanıyorum mağazadan steam yükledim ve bu sorunla karşılaştım sistemim bu; excalibur g770 gpu=gtx 1650 cpu=i511400H ve 8 ram im var lütfen yardım edin

You are missing the following 32-bit libraries, and Steam may not run: libGL.so.1
Fatal error: Failed to load steamui.so
1 Like

Şunları terminale kopyala yapıştır yapar mısın ?
daha sonra steami tekrar açmayı dene.

sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt install libgl1-mesa-dri:i386 libgl1:i386


verdiğin kodları kopyala yapıştır yaptım sonuç gene aynı buda steam açılırkenki terminal kodları;


yazdığın kodları yazdım böyle diyor

uçbirimden yaptım

sudo tee /etc/apt/sources.list.d/steam-stable.list <<'EOF'
deb [arch=amd64,i386 signed-by=/usr/share/keyrings/steam.gpg] https://repo.steampowered.com/steam/ stable steam
deb-src [arch=amd64,i386 signed-by=/usr/share/keyrings/steam.gpg] https://repo.steampowered.com/steam/ stable steam
EOF
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get upgrade
  sudo apt-get install \
  libgl1-mesa-dri:amd64 \
  libgl1-mesa-dri:i386 \
  libgl1-mesa-glx:amd64 \
  libgl1-mesa-glx:i386 \
  steam-launcher