How to install Skype on to Fedora 13 x86_64
Installing skype on Fedora 13 x86_64 is quite messy. I have to install all i686 dependencies packages in order to make skype run.
To put it simple, you can perform it in a single commandline to install skype onto your Fedora Linux Machine after STEP-1 by issuing below command:
[tj@localhost ~]$ su -c ‘yum –nogpgchek localinstall skype-2.1.0.81-fc10.i586.rpm glibc.i686 alsa-lib.i686 libXv.i686 libXScrnSaver.i686 qt.i686 qt-x11.i686′
All you need to do is by performing STEP-3 to check if all dependencies is satisfied. Otherwise, perform STEP-3, STEP-4, and STEP-5 repeatedly until all dependencies is satisfied.
1. Get the latest rpm version of skype here
http://www.skype.com/go/getskype-linux-beta-fc10
I got skype-2.1.0.81-fc10.i586.rpm
2. [tj@localhost ~]$ su -c ‘yum –nogpgchek localinstall skype-2.1.0.81-fc10.i586.rpm’
3. [tj@localhost ~]$ skype
bash: /usr/bin/skype: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
4. [tj@localhost ~]$ yum whatprovides ld-linux.so.2
Loaded plugins: presto, refresh-packagekit
glibc-2.12-1.i686 : The GNU libc libraries
Repo : fedora
Matched from:
Other : ld-linux.so.2
5. [tj@localhost ~]$ su -c ‘yum install glibc.i686′
6. [tj@localhost ~]$ skype
skype: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory
7. [tj@localhost ~]$ yum whatprovides libasound.so.2
Loaded plugins: presto, refresh-packagekit
alsa-lib-1.0.23-1.fc13.i686 : The Advanced Linux Sound Architecture (ALSA)
: library
Repo : fedora
Matched from:
Other : libasound.so.2
8. [tj@localhost ~]$ su -c ‘yum install alsa-lib.i686′
9. [tj@localhost ~]$ skype
skype: error while loading shared libraries: libXv.so.1: cannot open shared object file: No such file or directory
10. [tj@localhost ~]$ yum whatprovides libXv.so.1
Loaded plugins: presto, refresh-packagekit
libXv-1.0.5-1.fc13.i686 : X.Org X11 libXv runtime library
Repo : fedora
Matched from:
Other : libXv.so.1
11. [tj@localhost ~]$ su -c ‘yum install libXv.i686′
12. [tj@localhost ~]$ skype
skype: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory
13. [tj@localhost ~]$ yum whatprovides libXss.so.1
Loaded plugins: presto, refresh-packagekit
libXScrnSaver-1.2.0-1.fc12.i686 : X.Org X11 libXss runtime library
Repo : fedora
Matched from:
Other : libXss.so.1
14. [tj@localhost ~]$ su -c ‘yum install libXScrnSaver.i686′
15. [tj@localhost ~]$ skype
skype: error while loading shared libraries: libQtDBus.so.4: cannot open shared object file: No such file or directory
16. [tj@localhost ~]$ yum whatprovides libQtDBus.so.4
Loaded plugins: presto, refresh-packagekit
1:qt-4.6.2-16.fc13.i686 : Qt toolkit
Repo : fedora
Matched from:
Other : libQtDBus.so.4
17. [tj@localhost ~]$ su -c ‘yum install qt.i686′
18. [tj@localhost ~]$ skype
skype: error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory
19. [tj@localhost ~]$ yum whatprovides libQtGui.so.4
Loaded plugins: presto, refresh-packagekit
1:qt-x11-4.6.2-16.fc13.i686 : Qt GUI-related libraries
Repo : fedora
Matched from:
Other : libQtGui.so.4
20. [tj@localhost ~]$ su -c ‘yum install qt-x11.i686′
Please consider to use Ekiga ( http://www.ekiga.net ) as Skype replacement.

Thank you very much.
I took over 100mb for installation of 32bit packages and dependencies for a “simple” stupid Skype.
Awesome, thanks helped a lot. Seems there is no support for the x64 bit version. Thanks again
Hello. I’m a 2-week old newbie to Linux (Fedora 13 64-bit).
I followed the steps from https://www.blogger.com/comment.do – Didn’t find the package at step 2. So I did everything except steps 2 and 3. Skype installed correctly. It says “Skype 2.1 (Beta) for Linux”
My mic works perfectly and I can do video chat also :-)
I got this error though (first time):
X Error, request 42, minor 0, error code 8 BadMatch (invalid parameter attributes)
(:11650): Gtk-WARNING **: Unable to locate theme engine in module_path: “qtcurve”,
(:11650): Gtk-WARNING **: Unable to locate theme engine in module_path: “qtcurve”,
Didn’t get it after that.
Thanks for your help :-)
nadim: I think the link you provided does not work.
Hello. Sorry for the late reply. Here is the link:
http://shahrier.blogspot.com/2010/06/how-to-install-skype-in-fedora-13-x64.html
[...] came across this howto and found it very [...]
Skype on Fedora 13 x64 « Dave’s Blogs said this on October 13, 2010 at 6:52 pm
Thanks!! it’s been really useful. I don’t know why skype publish a linux fedora release without a manual like this…
There is easyLife which really simplify the installation of everything. http://easylifeproject.org/
Thanks a lot !
Today I had the first contact with Fedora (14, x86_64), since I was using Ubuntu & Debian mostly, the last four years.
As it seems yum is a neat package manager.
Anyway, thanks a lot, skype starts, even with no sound. But no biggie :) I’ll find a way.
[...] the last 4 years), so I came into some problems when tried to install skype. Luckily, I came by this blog which solved most of my problems (no sound for the moment, but at least it runs). As the [...]
Does Skype run on Fedora 14? - Page 2 said this on March 2, 2011 at 4:11 am
For sound related problem, you may want to tweak in sound options of the skype.
i found that installing skype for fedora 14 built the needed dependencies to get the sound up
First day using Fedora. In fact, first day using a Linux OS!! And boy, do I feel something equivalent to illiterate! Anyway, followed your steps and everything seemed to be running smoothly. The last word in the terminal was ‘complete’. But when I clicked on skype, the damn thing doesn;t open!! Why??
Animikha:
would you please show me the message after you complete this command on your terminal
[tj@localhost ~]$ uname -r
and show me also message after you complete this command on your terminal
[tj@localhost ~]$ skype
Those command may help us determine the cause of the problem
Hi Yunustj!
For the first bit, I got – 2.6.33.3-85.fc13.x86_64
And for the second command, I got – skype: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory
Animkha:
It seems that you have not followed above guide completely.
The error message you showed indicates that you miss alsa-lib.i686 packge
As root execute below command.
[tj@localhost ~]$ yum install glibc.i686 alsa-lib.i686 libXv.i686 libXScrnSaver.i686 qt.i686 qt-x11.i686
and try to issue below command.
Please show me the message on your terminal
[tj@localhost ~]$ skype
It works!! I have no clue how this happened but I blindly followed your steps. Thanks!! :)
I have another request. The reason I changed to Linux was becasue I could use this application MicroView which pulls in larger files than in Windows. Somehow, it’s just not working. Could you help me out or can you suggest the right place to post this at? Thanks!
Check this link for get help from fedora community
http://fedoraproject.org/en/get-help
You may want to join fedora user mailing list to get community support:
https://admin.fedoraproject.org/mailman/listinfo/users
Please join IRC for interactive community support
http://fedoraproject.org/wiki/Communicate#IRC_for_interactive_community_support
It is not recommended for source installation for MicroView.
You will need gcc compiler to compile the source.
You will also need to resolve dependancy manually
Animikha:
You want to have a look at blender.
http://www.blender.org/features-gallery/features/
as root
[tj@localhost ~]$ yum install blender
Thanks for the links! The thingummy is, these microCTscans work best in Microview. And i work with an expert in MicroView (but obviously not installing the program :P )
Thanks for the tutorial! Now I know that I can use yum whatprovides to find out which libraries are needed when a package fails to work as expected. You rock!
Thanks a lot for this small tutorial, got skype working on my Fedora 15 64 bit now. If you have firefox 4 installed, you are likely to receive an error when trying to install qt.i686 complaining about a newer version of sqlite is already installed. If so, you need to uninstall ff4 and downgrade sqlite, follow instructions here http://forums.fedoraforum.org/showthread.php?p=1437769
robert:
good to hear that.
khoa:
thanks for the information.
Thanks a lot. This is a great post. Saved me a lot of time. Thank you so much!!!
Great post. Why fedora (rpm) does not install dependencies? +1 for Ubuntu.
Also, you should post your “Ekiga” recommendation at the top ;) I saw it after all the install process.
Thank you for this precious help.
Thank You
Thank a lot bro’ :D
I’ve complained, to no avail, to Fedora folks about 64-bit installs needing to include more 32-bit libs. Having 64-bit versions include 32-bit packages would solve many of these and related problems.
Thank you
thank you.. i run the commands on my Fedora 15 x86_64
su -c ‘yum –nogpgchek localinstall skype-2.1.0.81-fc10.i586.rpm glibc.i686 alsa-lib.i686 libXv.i686 libXScrnSaver.i686 qt.i686 qt-x11.i686′
only the skype rpm was installed ..but running
su -c ‘yum install skype-2.1.0.81-fc10.i586.rpm glibc.i686 alsa-lib.i686 libXv.i686 libXScrnSaver.i686 qt.i686 qt-x11.i686′
installed the skype rpm plus the dependencies.. now its working fine :-)
You are the best! …trying installing skype for about 2 days, you gave me the best info. Thank you so much, I’m very grateful.