Difference between revisions of "Skype on 64-Bit Linux"

From TheBestLinux.com
Jump to navigation Jump to search
Line 11: Line 11:
 
<br>
 
<br>
 
<pre style="color:blue">[root@localhost ~]#</pre>
 
<pre style="color:blue">[root@localhost ~]#</pre>
 +
<br>
 
Update the Qt libraries to the latest version:
 
Update the Qt libraries to the latest version:
 
<br>
 
<br>
 
<pre style="color:blue">[root@localhost ~]#yum update qt</pre>
 
<pre style="color:blue">[root@localhost ~]#yum update qt</pre>
 +
<br>
 
Install 32-bit version of Qt:
 
Install 32-bit version of Qt:
 
<br>
 
<br>
 
<pre style="color:blue">[root@localhost ~]#yum install qt.i686</pre>
 
<pre style="color:blue">[root@localhost ~]#yum install qt.i686</pre>
 +
<br>
 
Install 32-bit version of Qt for X Windows:
 
Install 32-bit version of Qt for X Windows:
 
<br>
 
<br>
Line 26: Line 29:
 
name=Skype Repository
 
name=Skype Repository
 
baseurl=http://download.skype.com/linux/repos/fedora/updates/i586/
 
baseurl=http://download.skype.com/linux/repos/fedora/updates/i586/
gpgkey=http://www.skype.com/products/skype/linux/rpm-public-key.asc
 
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-skype
 
 
enabled=1
 
enabled=1
gpgcheck=1
+
gpgcheck=0
 
</pre>
 
</pre>
 
<br>
 
<br>

Revision as of 04:07, 3 February 2012

Skype is only available in a 32-bit version, so if you have a 64-bit Linux system, you will have to do some extra work.
The first step is to install the 32-bit libraries Skype needs to work:
Become SuperUser/Administrator:

$ su - root

OR if you are set up with sudo:

$ sudo su - root

Your command prompt should now have a # in it instead of a $, indicating you are now the root super user, as shown here:

(Note: root@localhost may be displayed as root@yourmachinename in the following examples and your display prompt might be slightly different - just ensure it contains the #)

[root@localhost ~]#


Update the Qt libraries to the latest version:

[root@localhost ~]#yum update qt


Install 32-bit version of Qt:

[root@localhost ~]#yum install qt.i686


Install 32-bit version of Qt for X Windows:

[root@localhost ~]#yum install qt-x11.i686


Create the Skype YUM repository file using any text editor in the /etc/yum.repos.d directory named skype.repo and containing the following:

[skype]
name=Skype Repository
baseurl=http://download.skype.com/linux/repos/fedora/updates/i586/
enabled=1
gpgcheck=0


Install Skype using YUM:

[root@localhost ~]#yum install skype