.
To install skype you need to first download its linux version from
www.skype.com/downloads/skype/choose/
choose the static version
after downloading extract it by giving the command
[user@desktop]$tar -jxvf skype-xxxx.tar.bz2now change your prompt to the extracted skype directory
Run the executable "skype" script inside this directory by typing
[user@skype-xxxx]skype
If you want to run skype at startup just make a link to
~/.kde/Autostart
by issuing the command
ln -s /path/to/ur/skype/executable/script ~/.kde/Autostart
Or you can install it via the slackbuilds.
ReplyDeleteThe slackbuilds method is better as it helps you keep track of the packages using pkgtool and let you remove it easily when you want it to.