Steam for Linux

Steam for Linux

76561198318720018 2016년 9월 6일 오전 12시 35분
Steam for Salix 14.2 (x86_64, 64-bit)
I wrote a short guide for installing Steam on Salix 14.2, but appearantly my account is limited and the guide is only visable to me and my friends.

Well anyway, I will post these shorter instructions here for anyone who might want to know.

First you need to have latest version of Salix installed, get it from:

{링크가 삭제되었습니다}

Then you need to install multilibs. This is easy to accomplish by using this shell script:

{링크가 삭제되었습니다}

Save it to a file named install.sh, change permissions with "sudo chmod +x install.sh", then run it with "sudo sh ./install.sh salix local".

Next, install or reinstall your graphics drivers. During install select yes if you are asked if you want to install 32-bit libraries.

Finally install Steam by downloading the Slackware package from here:

{링크가 삭제되었습니다}

Then write this to install it:

sudo upgradepkg --reinstall --install-new *.t?z

Run Steam from the start menu, it should be located there in the Games section. Steam will update itself the first time you run it.
Surprise! 님이 마지막으로 수정; 2016년 9월 6일 오전 12시 45분
< >
5개 댓글 중 1-5개 표시
bug siins 2016년 9월 7일 오전 7시 45분 
are you sure you ment
Surprise!님이 먼저 게시:
sudo upgradepkg --reinstall --install-new *.t?z
did you mean a different file extention? can't say ive seen that one
bug siins 님이 마지막으로 수정; 2016년 9월 7일 오전 7시 45분
gibalsandwich 2016년 9월 7일 오전 8시 41분 
They are Bash wildcards. It'll install any file ending in any extension with first character t and last character z.
bug siins 2016년 9월 7일 오전 8시 41분 
gibalsandwich님이 먼저 게시:
They are Bash wildcards. It'll install any file ending in any extension with first character t and last character z.
didn't know you could wildcard extentions lol
e: wait hold on
the * is wildcard
i'm on about the ? in the middle of t and z
last time i checked ? wasnt *
bug siins 님이 마지막으로 수정; 2016년 9월 7일 오전 8시 43분
gibalsandwich 2016년 9월 7일 오전 9시 49분 
For a single character.

Edit for clarity: Slackpkg can install packages using several types of compression, but all extensions they use are 3 characters long, start with t and end in z. So ? Means the middle character can be anything and Slackpkg will try install it.
gibalsandwich 님이 마지막으로 수정; 2016년 9월 7일 오전 9시 54분
76561198318720018 2016년 9월 7일 오전 9시 49분 
The question mark (?) means there is only one character there while if you have the asterisk (*) there can be one or more characters.

I just copied the command from when I had manually tried to install all the multilib packages earlier. You could use this too if you want:

sudo upgradepkg --reinstall --install-new steamclient-1.0.0.51-i386-2alien.tgz
< >
5개 댓글 중 1-5개 표시
페이지당 표시 개수: 1530 50

게시된 날짜: 2016년 9월 6일 오전 12시 35분
게시글: 5