fedora 19上安装skype

1 su


2 yum install alsa-lib.i686 fontconfig.i686 freetype.i686 glib2.i686 libSM.i686 libXScrnSaver.i686 libXi.i686 libXrandr.i686 libXrender.i686 libXv.i686 libstdc++.i686 pulseaudio-libs.i686 qt.i686 qt-x11.i686 zlib.i686


3 yum install qtwebkit.i686


4 vi /etc/yum.repos.d/skype.repo  

[skype]
name=Skype Repository
baseurl=http://download.skype.com/linux/repos/fedora/updates/i586/
enabled=1
gpgkey=http://www.skype.com/products/skype/linux/rpm-public-key.asc
gpgcheck=0


5 yum install skype


注意执行第2条命令的时候如果有报如下错误

Error:  Multilib version problems found. This often means that the root
       cause is something else and multilib version checking is just
       pointing out that there is a problem. Eg.:
       
         1. You have an upgrade for glib2 which is missing some
            dependency that another package requires. Yum is trying to
            solve this by installing an older version of glib2 of the
            different architecture. If you exclude the bad architecture
            yum will tell you what the root cause is (which package
            requires what). You can try redoing the upgrade with
            --exclude glib2.otherarch ... this should give you an error
            message showing the root cause of the problem.
       
         2. You have multiple architectures of glib2 installed, but
            yum can only see an upgrade for one of those arcitectures.
            If you don't want/need both architectures anymore then you
            can remove the one with the missing update and everything
            will work.
       
         3. You have duplicate versions of glib2 installed already.
            You can use "yum check" to get yum show these errors.
       
       ...you can also use --setopt=protected_multilib=false to remove
       this checking, however this is almost never the correct thing to
       do as something else is very likely to go wrong (often causing
       much more problems).
       
       Protected multilib versions: glib2-2.34.2-2.fc18.i686 != glib2-2.34.2-1.fc18.x86_64
~ 

我是安装了fedorautils工具, http://satya164.github.io/fedorautils/,然后安装skype;然后也尝试了去掉命令2中的glib2,也不知道哪个凑效了,反正是可以了



参考:
http://blog.51osos.com/linux/fedora-15-64bit-install-skype/
http://www.if-not-true-then-false.com/2012/install-skype-on-fedora-centos-red-hat-rhel-scientific-linux-sl/

你可能感兴趣的:(fedora 19上安装skype)