How to Install Skype on Debian 9

By 

Published on

2 min read

Install Skype on Debian 9

Skype is one of the most popular communication applications in the world that allows you to make free online audio and video calls, and affordable international calling to mobiles and landlines worldwide.

Skype is not an open-source application and it is not included in the Debian repositories.

In this tutorial, we will explain how to install Skype on Debian 9.

Prerequisites

The user you are logged in as must have sudo privileges to be able to install packages.

Installing Skype on Debian

Perform the following steps to install Skype on Debian.

1. Download Skype

Open your terminal and download the latest Skype .deb package using the following wget command :

Terminal
wget https://go.skype.com/skypeforlinux-64.deb

2. Install Skype

When the download is complete, install Skype by typing the following command:

Terminal
sudo apt install ./skypeforlinux-64.deb

3. Start Skype

Now that Skype is installed on your Debian desktop, you can start it either from the command line by typing skypeforlinux or by clicking on the Skype icon.

When Skype is started for the first time, a window like the following will appear:

Debian Skype Window

You can now sign in to Skype with your Microsoft Account and start chatting and talking with your friends and coworkers.

Updating Skype

During the installation, the official Skype repository is added to the system sources list. Use the cat command to verify the file contents:

Terminal
cat /etc/apt/sources.list.d/skype-stable.list
output
deb [arch=amd64] https://repo.skype.com/deb stable main

You can update your Skype installation in the same say as you would update any other package, by using your desktop Software Update tool or the standard apt command.

Conclusion

In this tutorial, you’ve learned how to install Skype on your Debian 9 desktop.

Feel free to leave a comment below.

Linuxize Weekly Newsletter

A quick weekly roundup of new tutorials, news, and tips.

About the authors

Dejan Panovski

Dejan Panovski

Dejan Panovski is the founder of Linuxize, an RHCSA-certified Linux system administrator and DevOps engineer based in Skopje, Macedonia. Author of 800+ Linux tutorials with 20+ years of experience turning complex Linux tasks into clear, reliable guides.

View author page