Steam "32-Bit libraries libc so 6" hatası

goku729

Femtopat
Katılım
27 Aralık 2020
Mesajlar
5
Daha fazla  
Cinsiyet
Erkek
Merhaba, ben Chrome OS kullanıyorum. Chrome OS'da Linux etkinleştirdim ve öğrendiğime göre bu Linux crostini olarak isimlendiriliyor. Steam resmi sitesinden deb installer indirip kurdum ama Steam başlatılamıyor ve başlıkta belirtilen 32-Bit libraries libc so 6 hatasını veriyor. Bana yardım edebilecek olan varsa yardımlarınızı bekliyorum.
 
Kod:
goku@penguin:~$ steam
Running Steam on debian 10 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
Error: You are missing the following 32-bit libraries, and Steam may not run:
libc.so.6
Can't find 'steam-runtime-check-requirements', continuing anyway
/home/goku/.local/share/Steam/ubuntu12_32/steam
/home/goku/.local/share/Steam/steam.sh: line 749: /home/goku/.local/share/Steam/ubuntu12_32/steam: cannot execute binary file: Exec format error
goku@penguin:~$ sudo apt install libc6-i386
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package libc6-i386

Söylediğiniz şekilde yazdım sonucunda bu şekilde oluyor ve yine açılmıyor. Başka bir çözüm yolu var mıdır?
 
Steam'i sudo apt remove steam seklinde kaldirin, sonra ise sudo apt install steam-installer seklinde yukleyip deneyin.

Yine olmaz ise bunu yazip deneyin;

sudo apt-get install aptitude && sudo aptitude install libgl1-mesa-dri:i386 libgl1-mesa-glx:i38
 
Kod:
goku@penguin:~$ sudo apt remove steam
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
steam:i386
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 34.8 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 37896 files and directories currently installed.)
Removing steam:i386 (1:1.0.0.67) ...
goku@penguin:~$ sudo apt install steam-installer
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package steam-installer
goku@penguin:~$ sudo apt install steam-installer
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package steam-installer
goku@penguin:~$ steam
Running Steam on debian 10 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
Error: You are missing the following 32-bit libraries, and Steam may not run:
libc.so.6
Can't find 'steam-runtime-check-requirements', continuing anyway
/home/goku/.local/share/Steam/ubuntu12_32/steam
/home/goku/.local/share/Steam/steam.sh: line 749: /home/goku/.local/share/Steam/ubuntu12_32/steam: cannot execute binary file: Exec format error
goku@penguin:~$ sudo apt-get install aptitude && sudo aptitude install libgl1-mesa-dri:i386 libgl1-mesa-glx:i38
Reading package lists... Done
Building dependency tree
Reading state information... Done
aptitude is already the newest version (0.8.11-7).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
libgl1-mesa-dri:i386 is already installed at the requested version (19.2.8~cros1)
Couldn't find any package whose name or description matched "libgl1-mesa-glx:i38"
Unable to apply some actions, aborting
goku@penguin:~$ steam
Running Steam on debian 10 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
Error: You are missing the following 32-bit libraries, and Steam may not run:
libc.so.6
Can't find 'steam-runtime-check-requirements', continuing anyway
/home/goku/.local/share/Steam/ubuntu12_32/steam
/home/goku/.local/share/Steam/steam.sh: line 749: /home/goku/.local/share/Steam/ubuntu12_32/steam: cannot execute binary file: Exec format error

Şu anda da bu şekilde çıkıyor ve sorun devam etmekte.
sorunumu çözebilecek biri yok galiba 😕
 
Son düzenleme:

Geri
Yukarı