protonscr

Error: You are missing the following 32-bit libraries

steamclosed
ValveSoftware/steam-for-linux#7344 · opened 2020-09-02 by tskxz · updated 2020-09-02 · 1 comments · github
Ttskxz 2020-09-02 github
  • Distribution (e.g. Ubuntu): Ubuntu 20.4
  • Opted into Steam client beta?:No
  • Have you checked for system updates?: Yes

Good Morning, i had install the deb package on the official site https://store.steampowered.com/about/
I am trying to run steam via terminal and i got these error

Installing breakpad exception handler for appid(steam)/version(1.0)
[2020-07-23 10:54:39] Installing update...
[2020-07-23 10:54:42] Cleaning up...
[2020-07-23 10:54:42] Update complete, launching...
[2020-07-23 10:54:42] Shutdown
CWorkThreadPool::~CWorkThreadPool: work processing queue not empty: 3 items discarded.
Restarting Steam by request...
Package xterm needs to be installed
Package libgl1-mesa-dri:i386 needs to be installed
Package libgl1:i386 needs to be installed
Package libc6:i386 needs to be installed
x-terminal-emulator: invalid option -- 'T'
QTerminal 0.14.1
Usage: qterminal [OPTION]...

  -d,  --drop               Start in "dropdown mode" (like Yakuake or Tilda)
  -e,  --execute <command>  Execute command instead of shell
  -h,  --help               Print this help
  -p,  --profile            Load qterminal with specific options
  -v,  --version            Prints application version and exits
  -w,  --workdir <dir>      Start session with specified work directory

Homepage: <https://github.com/lxqt/qterminal>
Report bugs to <https://github.com/lxqt/qterminal/issues>
Running Steam on ubuntu 19.10 64-bit
STEAM_RUNTIME has been set by the user to: /home/tanjil/.local/share/Steam/ubuntu12_32/steam-runtime
Found newer runtime version for 64-bit libdbusmenu-glib.so.4. Host: 4.0.12 Runtime: 4.0.13
Found newer runtime version for 64-bit libGLU.so.1. Host: 1.3.1 Runtime: 1.3.8004
Found newer runtime version for 64-bit libvulkan.so.1. Host: 1.1.114 Runtime: 1.2.135
Forced use of runtime version for 64-bit libcurl.so.4. Host: 4.5.0 Runtime: 4.2.0
Error: You are missing the following 32-bit libraries, and Steam may not run:
libGL.so.1
libdrm.so.2

I already did sudo apt-get install libc6-i386 and i still got the error.

Ttskxz 2020-09-02 github

Fixed with :
sudo dpkg --add-architecture i386
sudo apt-get install --reinstall libgl1-mesa-glx:i386
sudo apt install libgl1-mesa-dri:i386 libgl1:i386

Nothing extracted yet.