Install the Deb package with your favourite package manager, e. g. Software Center or GDebi.
For a terminal-based solution or to debug the package installation use:
sudo apt install ./skypeforlinux-64.deb
You’re done! When you installed the package it automatically added a repository […] to keep your installation of Skype up to date via Ubuntu's package update process.
After the download I just double-click on the file or right-click and open with Software Center and click on Install.
It will install the Deb package that you downloaded and after finishing you will find it by typing Skype in the search box. You can pin it's icon if you like.
Installing packages manually is not recommended. But I have been installing Skype package manually for a quite some time through the Ubuntu Package manager without any problem. Just make sure you check any warning shown by during the installation.
Download the 64bit Ubuntu package. Once the download is finished, double click the package to start the installation through the Ubuntu Package manager. It will download any dependency and instal
Recently, Skype has become very easy to get for Linux users. In fact, the package from the website works but the one in the repositories didn't for me (on Ubuntu 16.04). Just go to skype.com and download the Debian .deb file, which you can open directly by double-clicking the downloaded file in the folder, and it will install through the software centre. As of now it's still in Beta version.
Since 2017, Skype has stopped to support the old client and the new ones are not in Canonical’s partner repositories. In order to install the new client and have it automatically upgraded through apt upgrade, you can follow the recipe below, lifted from websiteforstudents.com and tested on Ubuntu 17.10.
1. Remove the old Skype client
# Either
sudo apt remove skype
# or
sudo apt remove skypeforlinux
2. Ensure your prerequisites
sudo apt install apt-transport-https curl
apt-transport-https allows you to apt update and apt upgrade from a .deb file on available on the web. curl will allow you to download Skype’s GPG key from the web.
After restarting the graphical shell or logging out and logging in, Skype should appear in application menus and in search results, and it then can be added to the favourites. It can also be started from the command line with
First I was using snap to install skype, then apt-get install skypeforlinux, both installations when skype was running then, have shown irritating notification messages in the kind of "new update is available. Install latest version via your package manager, then restart skype". the apt update and upgrade did no help either.
So i removed it completely and installed skype via the browser: fetched the apt by browser and got it installed from https://www.skype.com/de/get-skype/
the "new update is available..." notification have gone! Installed version is 8.56.0.103
All Ubuntu releases as of July 2017
To install the Skype for Linux application (version 8+):
(source)
The new Skype application works only on 64-bit (amd64) installations of Ubuntu.
Skype is now available in the snap store.
Skype snap package
Skype has been released as a snap package.
To install Skype in all currently supported versions of Ubuntu open the terminal and type:
The skype snap package will be updated automatically when updates are available.
I went to the Skype web site.
Then I choose to "download Skype for Linux DEB".
After the download I just double-click on the file or right-click and open with Software Center and click on Install.
It will install the Deb package that you downloaded and after finishing you will find it by typing
Skype
in the search box. You can pin it's icon if you like.Installing packages manually is not recommended. But I have been installing Skype package manually for a quite some time through the Ubuntu Package manager without any problem. Just make sure you check any warning shown by during the installation.
Go to: http://www.skype.com/intl/en/get-skype/on-your-computer/linux/
Download the 64bit Ubuntu package. Once the download is finished, double click the package to start the installation through the Ubuntu Package manager. It will download any dependency and instal
Recently, Skype has become very easy to get for Linux users. In fact, the package from the website works but the one in the repositories didn't for me (on Ubuntu 16.04). Just go to skype.com and download the Debian .deb file, which you can open directly by double-clicking the downloaded file in the folder, and it will install through the software centre. As of now it's still in Beta version.
For the new (2017) client
Since 2017, Skype has stopped to support the old client and the new ones are not in Canonical’s partner repositories. In order to install the new client and have it automatically upgraded through
apt upgrade
, you can follow the recipe below, lifted from websiteforstudents.com and tested on Ubuntu 17.10.1. Remove the old Skype client
2. Ensure your prerequisites
apt-transport-https
allows you toapt update
andapt upgrade
from a .deb file on available on the web.curl
will allow you to download Skype’s GPG key from the web.3. Add skype.com’s deb to your apt source list
Firstly add Skype’s GPG key
Then create a file in apt source list containing package information, telling apt that it has to check skype.com for the repository.
And update the repository
4. Install Skype itself
skypeforlinux
will be upgraded when needed, like the other Ubuntu softwares.Skype and some other popular applications can be currently (August 2017) installed with Flatpack.
To use the latest version of Flatpack on Ubuntu, it is recommended to use a PPA:
To install Skype with
flatpak
for all users, execute:After restarting the graphical shell or logging out and logging in, Skype should appear in application menus and in search results, and it then can be added to the favourites. It can also be started from the command line with
First I was using snap to install skype, then apt-get install skypeforlinux, both installations when skype was running then, have shown irritating notification messages in the kind of "new update is available. Install latest version via your package manager, then restart skype". the apt update and upgrade did no help either.
So i removed it completely and installed skype via the browser: fetched the apt by browser and got it installed from https://www.skype.com/de/get-skype/
the "new update is available..." notification have gone! Installed version is 8.56.0.103