Can't install Skype In Ubuntu 64 bit [duplicate]
Note: The legacy Skype for Linux application (v4.*) is now discontinued and was removed from Canonical’s partner repositories, so this question and its answers are obsolete. Please refer to a newer answer of our canonical Skype installation question.
I am receiving the following message while I am trying to install Skype:
nidhin@ubuntu:~$ sudo apt-get update
nidhin@ubuntu:~$ sudo apt-get install skype
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
skype : Depends: skype-bin but it is not installable
E: Unable to correct problems, you have held broken packages
How can I fix this?
Solution 1:
12.10 and newer
I had that same issue and what helped was to enable the 32-bit architecture by doing this:
sudo dpkg --add-architecture i386
sudo apt-get update
then I was able to install skype via the Canonical Partner Repository:
sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
sudo apt-get update && sudo apt-get install skype
Solution 2:
First of all you have to enable i386 architecture before running the below commands on your Ubuntu 64 bit system.
sudo dpkg --add-architecture i386
Then run the below commands on terminal to install skype.
Ubuntu 13.10
sudo sh -c "echo 'deb http://archive.canonical.com/ saucy partner' >> /etc/apt/sources.list.d/canonical_partner.list"
sudo apt-get update
sudo apt-get install skype
Ubuntu 14.04
sudo sh -c "echo 'deb http://archive.canonical.com/ trusty partner' >> /etc/apt/sources.list.d/canonical_partner.list"
sudo apt-get update
sudo apt-get install skype
Solution 3:
I suggest to remove skype-bin first completely and install Skype as follows.
Run following commands in Terminal
sudo apt-get remove skype skype-bin
sudo apt-get install libxss1
wget http://www.skype.com/go/getskype-linux-ubuntu-64/skype-ubuntu-precise_4.1.0.20-1_amd64.deb
sudo dpkg -i skype-ubuntu*.deb