• Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial News Comments FAQ Related Articles

How to install Skype 4.0 for CentOS 6.3 and Fedora 17 or 16

{{postValue.id}}

To install Skype 4.0 for CentOS 6.3 and Fedora 17 or 16


This article explains about the installation of Skype 4.0. It enables VoIP to make voice calls, video calls and instant messaging.

To install

The yum command is used to install Skype 4.0

Dependency packages for Skype

[root@linuxhelp Desktop]# yum  install  libstdc++.i686 libXrender.i686 fontconfig.i686 pulseaudio-libs.i686  qt-x11.i686  zlib.i686  freetype.i686  alsa-lib.i686  libXScrnSaver.i686  libXi.686  libXv.i686  libXrandr.i686  libSM.i686  
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Install Process
&hellip 
&hellip 
&hellip 
Installed:
  alsa-lib.i686 0:1.0.22-3.el6           fontconfig.i686 0:2.8.0-5.el6           
  freetype.i686 0:2.3.11-15.el6_6.1     libSM.i686 0:1.2.1-2.el6                
  libXScrnSaver.i686 0:1.2.2-2.el6      libXrandr.i686 0:1.4.1-2.1.el6          
  libXrender.i686 0:0.9.8-2.1.el6       libXv.i686 0:1.0.9-2.1.el6              
  libstdc++.i686 0:4.4.7-16.el6         pulseaudio-libs.i686 0:0.9.21-21.el6    
  qt-x11.i686 1:4.6.2-28.el6_5          zlib.i686 0:1.2.3-29.el6                
Dependency Installed:
  cairo.i686 0:1.8.8-6.el6_6                                                    
  flac.i686 0:1.2.1-7.el6_6                                                     
  gamin.i686 0:0.1.10-9.el6                                                     
  glib2.i686 0:2.28.8-4.el6                                                     
  gstreamer.i686 0:0.10.29-1.el6                                                
  gstreamer-plugins-base.i686 0:0.10.29-2.el6                                   
  libXcursor.i686 0:1.1.14-2.1.el6                                              
  libXft.i686 0:2.3.1-2.el6                                                     
  libXi.i686 0:1.7.2-2.2.el6                                                    
  libXtst.i686 0:1.2.2-2.1.el6                                                  
  libgudev1.i686 0:147-2.63.el6_7.1                                             
  libmng.i686 0:1.0.10-4.1.el6                                                  
  libpng.i686 2:1.2.49-2.el6_7                                                  
  libsndfile.i686 0:1.0.20-5.el6                                                
  libtiff.i686 0:3.9.4-10.el6_5                                                 
  libxml2.i686 0:2.7.6-20.el6_7.1                                               
  mesa-dri-drivers.i686 0:10.4.3-1.el6                                          
  mesa-libGL.i686 0:10.4.3-1.el6                                                
  mesa-libGLU.i686 0:10.4.3-1.el6                                               
  mesa-private-llvm.i686 0:3.4-3.el6                                            
  openssl.i686 0:1.0.1e-42.el6_7.4                                              
  pango.i686 0:1.28.1-10.el6                                                    
  phonon-backend-gstreamer.i686 1:4.6.2-28.el6_5                                
  qt.i686 1:4.6.2-28.el6_5                                                      
  qt-sqlite.i686 1:4.6.2-28.el6_5                                               
Complete!

To download Skype 4.0

Wget command is used to download Skype 4.0


Example

[root@linuxhelp Desktop]# cd /tmp/
[root@linuxhelp tmp]# wget http://download.skype.com/linux/skype_static-4.0.0.8.tar.bz2
--2016-03-07 13:42:51--  http://download.skype.com/linux/skype_static-4.0.0.8.tar.bz2
Resolving download.skype.com... 88.221.212.35, 88.221.212.11
Connecting to download.skype.com|88.221.212.35|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 40843888 (39M) [application/octet-stream]
Saving to: “ skype_static-4.0.0.8.tar.bz2” 
100%[======================================> ] 40,843,888   151K/s   in 8m 10s  
2016-03-07 13:51:02 (81.4 KB/s) - “ skype_static-4.0.0.8.tar.bz2”  saved [40843888/40843888]


To Extract Skype 4.0 Static Package

Example

[root@linuxhelp tmp]# cd /opt
[root@linuxhelp opt]# mkdir skype
[root@linuxhelp opt]# cd /tmp/
[root@linuxhelp tmp]# tar -xvf skype_static-4.0.0.8.tar.bz2 -C /opt/skype
skype_staticQT-4.0.0.8/
skype_staticQT-4.0.0.8/third-party_attributions.txt
skype_staticQT-4.0.0.8/LICENSE
skype_staticQT-4.0.0.8/lang/
skype_staticQT-4.0.0.8/lang/skype_es.ts
&hellip 
&hellip 
skype_staticQT-4.0.0.8/sounds/CallConnecting.wav
skype_staticQT-4.0.0.8/sounds/CallRemoteHangup.wav
skype_staticQT-4.0.0.8/sounds/CallRingingIn.wav


To Create Symbolic Link to libtiff.so.4


Example

[root@linuxhelp icons]# ln -s /usr/lib/libtiff.so.3 /usr/lib/libtiff.so.4


To Create Symbolic Link to Icons, Lang and Sounds


Example

[root@linuxhelp icons]# ln -s /opt/skype/skype_staticQT-4.0.0.8/icons/SkypeBlue_48x48.png /usr/share//pixmaps/skype.png
ln: creating symbolic link `/usr/share//pixmaps/skype.png' : File exists
[root@linuxhelp icons]# ln -s /opt/skype/skype_staticQT-4.0.0.8/icons/SkypeBlue_48x48.png /usr/share/pixmaps/skype.png
ln: creating symbolic link `/usr/share/pixmaps/skype.png' : File exists
[root@linuxhelp icons]# ln -s /opt/skype/skype_staticQT-4.0.0.8/icons/SkypeBlue_48x48.png /usr/share/icons/skype.png
ln: creating symbolic link `/usr/share/icons/skype.png' : File exists
[root@linuxhelp icons]# ln -s /opt/skype/skype_staticQT-4.0.0.8/sounds/ /usr/share/sounds/
[root@linuxhelp icons]# ln -s /opt/skype/skype_staticQT-4.0.0.8/lang/ /usr/share/lang/
[root@linuxhelp icons]# ln -s /opt/skype/skype_staticQT-4.0.0.8/skype.desktop /usr/share/applications/skype.desktop 
ln: creating symbolic link `/usr/share/applications/skype.desktop' : File exists


Create Skype Launch Binary

Create a file /usr/bin/skype with following command and set execute permission on it.

Example

[root@linuxhelp icons]# touch /usr/bin/skype
[root@linuxhelp icons]# chmod 755 /usr/bin/skype 

Open the file /usr/bin/skype and enter the following code and save the file

Example

[root@linuxhelp icons]# vim /usr/bin/skype 
#!/bin/sh
export SKYPE_HOME=" /opt/skype/skype_staticQT-4.0.0.8/" 
$SKYPE_HOME/skype --resources=$SKYPE_HOME $*

To Start Skype Launcher

Example

[root@linuxhelp icons]# skype

skype

Login screen
skype 2

About Skype

skype 3

Tags:
michael
Author: 

Comments ( 0 )

No comments available

Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

How to create Skype Launch Binary?

A

create a binary file under /usr/bin like "/usr/bin/skype and provide the executable script

Q

Why are my Skype contacts or credit missing?

A

This can occur if you are signed into the wrong account

Q

For what reason can't my contact see my message and call responses in Skype?

A

Message responses are just upheld in Skype 8

Q

When sharing your screen on Skype for Linux, the red screen sharing border is not shown

A

The red border that indicates whether you are sharing your screen, and which screen you are sharing is not currently visible on Skype for Linux.

Q

Linux users with Wayland display server are not able to share their screen why?

A

Linux distributions with Wayland display server (e.g. Ubuntu 17.10) do not support screen sharing

Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Luke ?
workbench for debian

I am using workbench in CentOS whereas now I need to use Debian Operating system so could you please help to install and use in Debian?

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.