Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
En nog een nederlander ook :)
BTW tip for the rest: "sudo apt-get install python-software-properties" will make you able to add repository's using "sudo add-apt-repository ppa:name". This will make you able to install even more applications!
There are a number of ways to do backports of existing software to resolve the dependency problems, not the least of which is to use "aptitude install" instead of "apt-get install" and following aptitude's prompts. Just wanted to make you aware.
Don't need debian repos for that it's in Valves repos.
http://repo.steampowered.com/steamos/pool/main/s/systemd/
As you can see, there is no a=alchemist or a=wheezy. You misunderstood the guide that you based your config from
.
if you want to do it correctly in that fashion, it would be best to use the "l" param:
add-apt-repository is only available from the unstable testing version of Debian, not Wheezy. Which is the version Steam OS is based upon, and the repo versions added in this guide.
Pin the dependencies:
I have no file in /etc/apt directory named preferences but only an empty preferences.d directory.
After getting sources (i added main, updates and security debian sources) to add alsa-utils and pulseaudio-utils but then started getting dependency errors like what SimicEngineer describes.
It was after rereading this post thought i better try to backtrack and fix but can not see any preferences file to pin dependencies.
Any advice?
$ gksu gedit /etc/apt/preferences.d/preferences
then type;
then save as. . . etc.
gksu is like sudo or su -c; except it escalates privledges for graphical programs rather than console ones. Use sparingly, and never just because someone on the internet recommends it.
EDIT :
SteamOS does not include gksu. It would be much more appropriate to use sudo nano /etc/apt/preferences.d/preferences in the console command listed above.
Pin the Debian repo above the SteamOS repo for the purpose of that piece of software. You can use the -t modifier in the console, a la:
# apt-get -t wheezy install libxml2
This may help:
http://jaqque.sbih.org/kplug/apt-pinning.html