-2

I really want to install Skype on Ubuntu 16.04 but i don't know how

I've tried this: How to install skype in ubuntu 16.04, but it didn't work; I get a message saying it can't locate the Skype package.

I have also installed the .deb from the official Skype site but that didn't work either; in the software store it said installing and went back to install.

When I do this:

sudo apt update && sudo apt install skype

It just says it's installing and then ends up with this:

E: Unable to locate package skype
Zanna
  • 70,465
RedFedora
  • 114

2 Answers2

0

The .deb for Ubuntu 12.04 (multiarch) from the official Skype webpage does work.


If the Software Center gives you trouble installing it, you can try with GDebi Package Installed other tool to install .deb files.

  • Install GDebi using sudo apt install gdebi.
  • Right click the .deb file downloaded from the given link, Open with... and select GDebi.
  • Follow the instructions given by the installer.

Done, now you have Skype installed on your computer, just open it and check everything works properly.


  • Extra

Notice that it is a really old version of Skpye as Microsoft bought it and did not support the linux version anylonger, but still works just fine.

As @xangua commented: Skype say the launch of the new Skype for Linux client reaffirms “our commitment to the Linux community.” You can read more about in this article from omgubuntu.

M. Becerra
  • 3,448
  • 1
    Regarding of the comment of "as Microsoft bought it and did not support the linux version anylonger". Skype say the launch of the new Skype for Linux client reaffirms “our commitment to the Linux community.” http://www.omgubuntu.co.uk/2016/07/skype-linux-alpha – xangua Dec 18 '16 at 16:03
  • Thanks for that! Added the information, as well as the source, and mentioned you. – M. Becerra Dec 18 '16 at 16:15
0

This worked for me:

sudo add-apt-repository "deb http://archive.canonical.com/   $(lsb_release -sc) partner"
sudo apt-get update 
sudo apt-get install skype

and then Skype icon to show on applications I did:

sudo apt-get install sni-qt:i386
garakchy
  • 291
  • 1
  • 6
  • 15