I can't install Skype on Ubuntu 16.04

I am using Ubuntu 16.04 now and I'm having problem with installing skype, when I tried to install skype, it turned out like this:

sudo apt-get install Skype
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package Skypes guy

Can you guys help me please?

2

6 Answers

all the previous version of skype has been outdated on July,1st 2017. So in order to install skype for linux download .deb file from link and after download

  1. Go to the download directory and open terminal

  2. Type command sudo dpkg -i skypeforlinux-64.deb

All done !!

1

Command line way:

Open Terminal & copy paste the following commands

sudo add-apt-repository "deb $(lsb_release -sc) partner"
sudo apt-get update
sudo apt-get install skype
7

You need to go to the website and download the deb file and then sudo dpkg -i install it

The simplest way to install skype will be snap. I was troubled with this installation for long. On trying the installation using the Software Updater of Ubuntu, I was getting span error. Then I went through this step, and found this simplest method of snap.

snap is providing the installation of skype. Use these steps in command line.

Step 1: snap find "skype"

Step 2: sudo snap install skype --classic

After the execution, skype window opens and then you can continue.

For more details of snap, and its errors, use the link

What I did was typed the following commands in terminal,

sudo apt-get remove skype skype-bin:i386 skype:i386
sudo apt-get install sni-qt:i386
rm -rf ~/.Skype
sudo dpkg --add-architecture i386
sudo apt-get update

Then I used this link: Click here for download, it automatically downloaded the file for me.Clicking on that file led to the Ubuntu Software center from where I installed.And it works now.

1

For me none of the above worked. Bit of a workaround but Franz gives you full function Skype client, WhatsApp client and more on Linux. Works like a charm for me >>

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like