sábado, 18 de abril de 2015

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


is done.

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

found this in /usr/bin/steam

Commented this lines and try again:


# 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 issu about libGL.so.1 is missing or not found, i resolved installing this package:

apt-get install libgl1-nvidia-glx:i386

12 comentários:

  1. thanks dude. You're the man.

    ResponderExcluir
  2. thank you so much. its work

    ResponderExcluir
  3. Wooooow
    around 1 hour losing my time and finally google link your page, thank u so much bro!
    long life or u!!!!!!!!

    ResponderExcluir
  4. I got the error "Segmentation Fault". What does that mean?

    ResponderExcluir
  5. Thanks man. I had to add the i386 architecture first, before I could fix the libgl.so error, maybe you can pass that info on:
    first add it with
    dpkg --add-architecture i386

    ResponderExcluir
  6. You are missing the following 32-bit libraries, and Steam may not run:
    libc.so.6
    i get this message what should i do to fix it

    ResponderExcluir
  7. stuck on:
    Running Steam on kali kali-rolling 64-bit
    STEAM_RUNTIME is enabled automatically
    Installing breakpad exception handler for appid(steam)/version(0_client)
    any ideas?

    ResponderExcluir
  8. hi my friend, so, normally i use some ubuntu source or debian source for install but, i make some research about your issue and i find some this tips....

    https://translate.google.com.br/translate?hl=pt-BR&sl=en&u=https://steamcommunity.com/app/221410/discussions/0/617336568068489642/&prev=search

    https://bbs.archlinux.org/viewtopic.php?id=193802

    http://askubuntu.com/questions/614422/problem-with-installing-steam-on-ubuntu-15-04

    ResponderExcluir
  9. To be able to play Steam games just delete this:

    ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libxcb.so.1

    Steam first looks for a library in the steam-runtime directory, if the required library is not found, Steam looks for it under /usr/lib/.
    Only tested it with Counter-Strike: Source. Gonna install some Source Engine games now.

    ResponderExcluir
  10. https://forum.manjaro.org/t/cannot-start-steam/1677

    ResponderExcluir