Steam 설치
로그인
|
언어
简体中文(중국어 간체)
繁體中文(중국어 번체)
日本語(일본어)
ไทย(태국어)
Български(불가리아어)
Čeština(체코어)
Dansk(덴마크어)
Deutsch(독일어)
English(영어)
Español - España(스페인어 - 스페인)
Español - Latinoamérica(스페인어 - 중남미)
Ελληνικά(그리스어)
Français(프랑스어)
Italiano(이탈리아어)
Bahasa Indonesia(인도네시아어)
Magyar(헝가리어)
Nederlands(네덜란드어)
Norsk(노르웨이어)
Polski(폴란드어)
Português(포르투갈어 - 포르투갈)
Português - Brasil(포르투갈어 - 브라질)
Română(루마니아어)
Русский(러시아어)
Suomi(핀란드어)
Svenska(스웨덴어)
Türkçe(튀르키예어)
Tiếng Việt(베트남어)
Українська(우크라이나어)
번역 관련 문제 보고
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