top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Is there any 64-bit version of skype for fedora 22?

+3 votes
429 views
Is there any 64-bit version of skype for fedora 22?
posted Jan 18, 2016 by Deepak Dasgupta

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+2 votes

Follow these steps
Install skype requirements - part 1

sudo dnf 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 qtwebkit.i686

Install skype requirements - part 2

sudo dnf 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 qtwebkit.i686

Download skype to the /tmp folder

cd /tmp

wget --trust-server-names http://www.skype.com/go/getskype-linux-dynamic sudo mkdir /opt/skype sudo tar xvf skype-4.3* -C /opt/skype --strip-components=1

Create the symbolink lynks to skype

sudo ln -s /opt/skype/skype.desktop /usr/share/applications/skype.desktop  
sudo ln -s /opt/skype/icons/SkypeBlue_48x48.png /usr/share/icons/skype.png  
sudo ln -s /opt/skype/icons/SkypeBlue_48x48.png /usr/share/pixmaps/skype.png

4.Create the skype shell file

sudo touch /usr/bin/skype
sudo chmod 755 /usr/bin/skype

cat << EOF > /usr/bin/skype 
#!/bin/sh export SKYPE_HOME="/opt/skype"

\$SKYPE_HOME/skype --resources=\$SKYPE_HOME \$*
EOF

5.Finally execute skype

answer Feb 12, 2016 by Shivam Kumar Pandey
Is it for 64bit
yes... for 64 bit,you have to install manually  following these steps
Cool i was not knowing it that fedora had 64 bit skype too.
Similar Questions
+3 votes

I followed the tutorial available on http://edmondscommerce.github.io/Fedora/getting-skype-working-on-fedora-20.html to install skype on F20. However, when I launch skype it crashes all the time...

version: skype-4.2.0.11-fc16

Any suggestions...

0 votes

Is there an equivalent for Ubuntu(Linux) Skype? I do not want to use M$ software of any variety, however, I do need to be able to do video conferencing. I believe that iPad users have an app called Facetime... I would assume that a version of that for Linux would work as well, if it exists, I do not have a smart phone either...

Is there a video conferencing application available to us that can interface with Facetime? (I am currently running Ubuntu 14.04.2 LTS)

0 votes

Does anyone know if there is a newer version of Skype than skype-2.1.0.81 available for CentOS 32 bit? Recent updates to Skype on other platforms has been causing video connection issues in the last few
weeks.

+1 vote

From last one week my skype has stopped working. I can startup but I can't log on. Does this have something to do with the recent update to LibC?

...