How to Install skype on 64bit Salix

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
Samy
Posts: 2
Joined: 10. Sep 2011, 11:42

How to Install skype on 64bit Salix

Post by Samy »

I thought it would be useful to other "new to linux" users if i share how to install skype on 64bit Salix.

You can find and install skype with Sourcery SlackBuild Manager. But it wont run.
The solution is to install multilib on your system so it can run 32bit programs as well.
(this takes about ~ 20 minutes depending on your knowledge and internet connection speed)

1. If you don't know it, find out which version of Salix/Slackware you are using:
1.1 open a terminal
1.2 type

Code: Select all

tail /etc/slackware-verison
hit enter

2. Install multilib by following these instructions: http://www.salixos.org/wiki/index.php/H ... l_multilib
ATTENTION! replace all the occurrences of 13.0 in the instructions with your version number. For example type:

Code: Select all

wget -r -l1 --no-parent http://connie.slackware.com/~alien/multilib/13.37/
instead of

Code: Select all

wget -r -l1 --no-parent http://connie.slackware.com/~alien/multilib/13.0/
3 When you're finished installing multilib the skype installed from Sourcery should simply run :)
User avatar
JRD
Salix Warrior
Posts: 950
Joined: 7. Jun 2009, 22:52
Location: Lyon, France

Re: How to Install skype on 64bit Salix

Post by JRD »

Samy wrote:1.2 type

Code: Select all

tail /etc/slackware-verison
Just to note that this will not tell you the slackware version you're actually running because this file is not updated when you upgrade from a version to another.
Better to do:

Code: Select all

$ grep SOURCE /etc/slapt-get/slapt-getrc
Thank you for this tutorial.
Image
User avatar
Z0K4
Posts: 31
Joined: 13. Sep 2011, 06:39
Location: Split, Croatia

Re: How to Install skype on 64bit Salix

Post by Z0K4 »

Thank you Samy for this tutorial! :D
Image
Ubuntu - African word for: "Slackware is too hard for me!"
Post Reply