Hello @koumakpet, Kali linux is not supported here because it's contradictory to the fundamental goals of the distribution, which focuses on security testing and is not intended to be used as a general purpose desktop environment.
That set aside, Error: You are missing the following 32-bit libraries, and Steam may not run: libGL.so.1 in the log is trying to tell you to install 32 bit opengl driver support, which would be probably be something like sudo apt install libgl1:i386 libgl1-mesa-dri:i386 nvidia-driver-libs-i386 which should pull in 32 bit variants of libglvnd, mesa for intel support, and nvidia driver support.
i am getting this error
sudo apt install libgl1:i386 libgl1-mesa-dri:i386 nvidia-driver-libs-i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package nvidia-driver-libs-i386:i386 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
I just want to point out that @kisak-valve solution is almost correct. At least today, when i tried to install the packages, I saw that nvidia-driver-libs-i386 doesn't exist, but I think that its supposed to be nvidia-driver-libs:i386 instead. This can also solve your problem @ksanjeev284, i386 is like a tag, not part of the name
im getting this
You are missing the following 32-bit libraries, and Steam may not run:
libGL.so.1
please help me
Nothing extracted yet.
Your system information
More system information
Please describe your issue in as much detail as possible:
I have installed Steam client on Linux, but when I tried to run it, it shows me an error:


You are missing the following 32-bit libraries, and Steam may not run:
libGL.so.1
Installation process output: https://gist.github.com/koumakpet/d0493d3b7e14c5bcd49da5770d7bd4ae
I ran command
ldd ~/.steam/root/ubuntu12_32/steamui.soas suggested on a steam discussion I found regarding this (posted by slouken)the output was: https://gist.github.com/koumakpet/41323487a9066f3dab00178809ac8ac0.js
Steps for reproducing this issue: