Thebest way to install any software on Fedora is to install it from itsrepository. Now who don’t know what repository is. Here is the littledefinition of Repository.
Software Repository : A software repository is a storage locationfrom which software packages may be retrieved and installed on a computer.
Now you need to do is make a file named skype.repo.To make the file run # touch (write the name of the file, for examplein this case skype.repo). So the command in this case will be
# touch skype.repo
but for this, you need to get into the directory where you will create this file, for this run this command.
# cd /etc/yum.repos.d/ and then
# touch skype.repo
If you get a permission denied message, then youneed to get login via “su” user and add following content to the file.Given command open the file.
#gedit skype.repo
Copy and paste the following content to the file.
[skype]
name=Skype Repository
baseurl=http://download.skype.com/linux/repos/fedora/updates/i586/
gpgkey=http://www.skype.com/products/skype/linux/rpm-public-key.asc
save and close the file and run the following command.
# yum install skype
if you get the message like : Package skype* is not signed, use following command.
# yum –nogpgcheck install skype
Installed: skype* Complete! means your installation is complete. You are ready to run skype now. To run Skype go to
Applications > Internet > Skype
Inthis howto i will describe how to install Skype on Fedora 13 64bit. AsSkype dont provide 64bit version of Skype for Fedora. We can use i586version of Skype and to achieve this we need to install i686 libraries.This howto can be used to install Skype on 64bit Fedora 10 – 11 – 12 –13.
Pre-requisite contain pulse audio because of to use call in/out.