how to install skype in salix

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
mihaengblom
Posts: 2
Joined: 31. Mar 2013, 07:56

how to install skype in salix

Post by mihaengblom »

Hello I want to install skype in salix 14.0 but i have no idea how to do it, i have never been installing anything in linux , i do not know anything about linux really...
If somebody would want to help me step by step , i would be very thankful!
djemos
Salix Warrior
Posts: 1464
Joined: 29. Dec 2009, 13:45
Location: Greece

Re: how to install skype in salix

Post by djemos »

For salix 14.0 32bit download skype
open a terminal
and type

Code: Select all

su
type the root password
spkg -i skype-4.1.0.20-i486-1dj.txz 
if you have salix 14.0 64 bit
you have to install multilib. Read this How_to_install_multilib
User avatar
aurlaent
Donor
Posts: 106
Joined: 1. Feb 2012, 19:46
Location: Sydney, Australia

Re: how to install skype in salix

Post by aurlaent »

If you have a 32bit Salix it's relatively easy.
Run Sourcery from the menu.
Enter your root password when prompted.
Click the update button (top left)
type skype in the search box (top right)
right click on skype and select install
click the execute pending actions button (top second left) and follow the prompts.

It is possible to install the statically linked version in a 64bit Salix, but I've never done it.
mihaengblom
Posts: 2
Joined: 31. Mar 2013, 07:56

Re: how to install skype in salix

Post by mihaengblom »

is there any way i can find out what kind of salix i have? i think i have a 64 bit computer
User avatar
aurlaent
Donor
Posts: 106
Joined: 1. Feb 2012, 19:46
Location: Sydney, Australia

Re: how to install skype in salix

Post by aurlaent »

open a terminal and type

Code: Select all

arch
if it says i686 then you're on 32bits if it says x86_64 then you're on 64bits.
A 64bit computer can run either version of the operating system.

djemos' package is a newer version than the one you'll get from sourcery, so use that.
User avatar
gayanhewa
Posts: 6
Joined: 5. Apr 2013, 11:52
Location: Sri Lanka
Contact:

Re: how to install skype in salix

Post by gayanhewa »

I was able to get skype running with a breaze using slapt-src in 32bit arch.

I simply ran :

Code: Select all

$su
$slapt-src -u
$slapt-src -i skype
Post Reply