profile image
by elventails
on 17/7/13
I like this button6 people like this
#debian #steam #dota2

# Steam on Debian Jessie

- Install steam from site:
wget http://media.steampowered.com/client/installer/steam.deb

All as root:

# dpkg -x steam.deb / (extracts packages in /etc, /lib, /usr)
# dpkg --add-architecture i386
# apt-get update
# apt-get -f install
# apt-get install libc6:i386 libstdc++6:i386
# apt-get install libgl1-mesa-dri:i386
# apt-get install libgl1-mesa-glx:i386
- (Ignore jockey-common error - hit continue)

# sudo ln -s /usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1 /usr/lib

Now as your main user:

$ steam

# See

- http://www.legendiary.at/2013/05/30/install-steam-on-debian-jessie-testing/