Skip to main content

HOW TO INSTALL STEAM ON KALI LINUX

HOW TO INSTALL STEAM ON KALI LINUX

apt-get update
apt-get upgrade

apt-get install gdebi

apt-get install gdebi realpath


wget https://github.com/GhostSquad57/Steam-Installer-for-Wheezy/archive/master.zip



unzip Steam-Installer-for-Wheezy-master.zip
cd Steam-Installer-for-Wheezy-master/ 





gdebi steam-debian_1.0.0.49-7_all.deb
if gdebi does not work than use this command









   dpkg -i "path where the pakge is store"

ex - dpkg -i "steam-debian_1.0.0.49-7_all.deb"

done .....

If you have some error talk a bout the root permission do that:

found this in /usr/bin/steam

Commented this lines and try again:
(just find these line and add this sign "#" like i have added down

# Don't allow running as root
#if [ "$(id -u)" == "0" ]; then
#    show_message --error $"Cannot run as root user"
#    exit 1
#fi

If you have some issus about libGL.so.1 is missing or not found,
 i resolved installing this package:
vist here  for gtx nvidia graphic card
 https://devilzlinux.blogspot.com/2017/03/prerequisites-first-youll-need-to.html

if u have normal nvidia card than try this command :-
apt-get install libgl1-nvidia-glx:i386