Steam for Linux

Steam for Linux

Steam on Debian Stable (How to - Explained)
OBS: Skip to post #65 for the actual tutorial.

Well, I need to have Debian installed so I downloaded wheezy (7.1) and tried to install Steam. Had lots of dependencies problems, unable to locate packages, no candidates for packages etc etc etc.

Had any of you had success with Wheezy? Is there a good tutorial on how to install Steam on it?

Steam should come with all dependencies with it! No need to do 36h of research trying to get a single little software installed, that's stupid!

Regards.
Отредактировано Toquita; 16 авг. 2013 г. в 23:24
< >
Сообщения 115 из 86
Steam installer for Wheezy:
https://github.com/GhostSquad57/Steam-Installer-for-Wheezy/wiki

Or try installing steam:i386 from Jessie repository.
Отредактировано headlesscyborg; 14 авг. 2013 г. в 12:24
I tried that tuto, got stuck with dependencies too.

EDIT: The main problem should rely on the fact that I'm using a default debian 7.1 install, no additional software installed. It may be required to install other software in order to install Steam so if somebody know about this, please comment.
Отредактировано Toquita; 14 авг. 2013 г. в 12:51
This is what I did on a pure 64bit Wheezy installation:

1/ Enable multiarch
# dpkg --add-architecture i386

2/ Update sources:
# aptitude update

3/ Install 32bit libraries:
# aptitude install ia32-libs

4/ Install libgl1 library:
AMD -
# aptitude install libgl1-fglrx-glx:i386
nVidia -
# aptitude install libgl1-nvidia-glx:i386
Intel -
# aptitude install libgl1-mesa-glx:i386

4/ Download and install the Wheezy installer:
{ССЫЛКА УДАЛЕНА}

5/ Start steam:
steam-debian

Good luck.
By the way - Steam works much better on Jessie in my opinion (I prefer Debian Testing for desktop).

Отредактировано headlesscyborg; 14 авг. 2013 г. в 13:18
I did an upgrade to Jessie I THINK, I edited 'sources.list' and modified the entries which said 'stable' to jessie, and then 'apt-get update', 'apt-get upgrade', and 'apt-get dist-upgrade', which downloaded a lot of software, and now I have the 3.10 Kernel. If this is Jessie I don't know, but it sure seems like LOL

BTW: Are there ways of installing Steam without the need of unnoficial software? Not that I don't trust your mediafire link, but that would break my security measures in 90%. I rather install with the original client, if you happen to know how.

Thanks.
Yes this is Jessie.
Now you don't have to use the Wheezy installer. Just enable multiarch like I described above and edit your /etc/apt/sources.list to:

deb http://ftp.us.debian.org/debian/ jessie main contrib non-free

Update sources and install the "steam" package:

# aptitude update
# aptitude install steam

(64 bit) # aptitude install steam:i386

That's all.

Отредактировано headlesscyborg; 14 авг. 2013 г. в 13:43
Why do you need Debian? Oo
There are so many better solutions, seriously.
Автор сообщения: gutigen o)
Why do you need Debian? Oo
There are so many better solutions, seriously.
Not regarding encryption. I couldn't find a way of selecting XTS mode while using Twofish on Ubuntu's alternate installer. Not to mention I don't trust Canonical =)
I tried openSUSE but encrypting with Twofish is a pain in the ***. https://forums.opensuse.org/english/get-technical-help-here/install-boot-login/489467-newbie-question-change-default-loaded-crypto-algorithm.html (one of my threads on this subject)
Отредактировано Toquita; 14 авг. 2013 г. в 13:53
Автор сообщения: mattyy1hp | LinuX
Yes this is Jessie.
Now you don't have to use the Wheezy installer. Just enable multiarch like I described above and edit your /etc/apt/sources.list to:

deb http://ftp.us.debian.org/debian/ jessie main contrib non-free

Update sources and install the "steam" package:

# aptitude update
# aptitude install steam

(64 bit) # aptitude install steam:i386

That's all.
Would I be dumb enough to try 'apt-get' instead of 'aptitude'? LOL
I guess my problems relied on the fact that apt-get was not working so well here! :DD

EDIT: Well, seems to be working! Except I think I'll have problems with the video drivers, I install them 'the hard way' by:

* Downloading the driver from nvidia.com
* tty1
* Services gdm3 stop
* cd *location of the driver*
* sh *driver name*

And all processes that include the downloaded driver to disable nouveau, rebooting, creating an xconfig and all that.

Hope I don't get a steam.so error.

Edit 2: You are missing the following 32-bit libraries, and Steam may not run:
libGL.so.1

Guess I'll re-install everything, start from scratch.
Отредактировано Toquita; 14 авг. 2013 г. в 14:04
Автор сообщения: Linux Junior s2 Camila
Автор сообщения: mattyy1hp | LinuX
Yes this is Jessie.
Now you don't have to use the Wheezy installer. Just enable multiarch like I described above and edit your /etc/apt/sources.list to:

deb http://ftp.us.debian.org/debian/ jessie main contrib non-free

Update sources and install the "steam" package:

# aptitude update
# aptitude install steam

(64 bit) # aptitude install steam:i386

That's all.
Would I be dumb enough to try 'apt-get' instead of 'aptitude'? LOL
I guess my problems relied on the fact that apt-get was not working so well here! :DD

It's almost the same. Aptitude is a little bit smarter.
http://unix.stackexchange.com/questions/767/what-is-the-real-difference-between-apt-get-and-aptitude-how-about-wajig

Автор сообщения: Linux Junior s2 Camila
Edit 2: You are missing the following 32-bit libraries, and Steam may not run:
libGL.so.1


EDIT:
# aptitude install libgl1-nvidia-glx:i386 libgl1-nvidia-glx
Отредактировано headlesscyborg; 14 авг. 2013 г. в 14:08
Matt, did you install your video drives before or after the steps you said here? Is it OK if I install them manually like I said here -> http://steamcommunity.com/app/221410/discussions/0/864976114994495962/#c864976115006039923 ??
Отредактировано Toquita; 14 авг. 2013 г. в 22:03
Автор сообщения: Linux Junior s2 Camila
Matt, did you install your video drives before or after the steps you said here? Is it OK if I install them manually like I said here -> http://steamcommunity.com/app/221410/discussions/0/864976114994495962/#c864976115006039923 ??

Don't do that. Go the Debian way. I'm running Steam on Wheezy with some unstable packages and it runs very well.

For NVidia I've installed these:
libgl1-nvidia-glx/experimental
nvidia-alternative/experimental
nvidia-glx/experimental
nvidia-kernel-dkms/experimental
nvidia-settings/experimental
nvidia-vdpau-driver/experimental
nvidia-xconfig/experimental
xserver-xorg-video-nvidia/experimental
Do I just 'aptitude' those, Zyro? One by one? What are the steps? What is the driver version?

Thanks.
Отредактировано Toquita; 14 авг. 2013 г. в 22:50
I cannot promise this will work! Use on your own risk!
1) Read this about mixing debian versions: http://jaqque.sbih.org/kplug/apt-pinning.html
2) Additionally to stable/wheezy or testing/jessie (your choice), put experimental into your apt sources list.
3) Make very sure that experimental has got a small number in the apt preferences!
4) call "aptitude update" and "aptitude upgrade". This should not change anything, because experimental has got a low priority!
5) call "apt-get -t experimental install libgl1-nvidia-glx nvidia-glx nvidia-kernel-dkms nvidia-vdpau-driver"
It's possible that you are now getting messages about missing dependencies or missing kernel headers. You may try to install the headers matching the output of the command "uname -a" on your own, or you post the messages.
Wheezy will work, but it's too stale right now for Steam.

(Plus a bunch of the packages on Jessie/Sid/Experimental) will not work anymore on Wheezy because of that - newer libc and the like)

Better bite the bullet and move onto the testing train (AKA Jessie). I did exactly that - working like a champ.

1) Update from Wheezy to Jessie
2) Pull your nVidia drivers from Experimental (or ATi if you're unlucky enough :P)
3) Install Steam from the repos
4) Enjoy.
< >
Сообщения 115 из 86
Показывать на странице: 1530 50

Дата создания: 14 авг. 2013 г. в 12:16
Сообщений: 86