You can install Skype from the repository.
Go on :
1 | #cd /etc/yum.repos.d/ |
First, create a file named
1 | skype.repo |
Put this code on this file :
1 2 3 4 | [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 the file.
Use :
1 | #yum install skype |
This is all.