Page 1 of 1

How to Install skype on 64bit Salix

Posted: 10. Sep 2011, 12:18
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 :)

Re: How to Install skype on 64bit Salix

Posted: 13. Sep 2011, 08:32
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.

Re: How to Install skype on 64bit Salix

Posted: 13. Sep 2011, 09:16
by Z0K4
Thank you Samy for this tutorial! :D