Logo
  • Ubuntu
  • CentOS
  • Debian
  • Fedora
  • RedHat

How to Install Skype on Debian 10 Buster - DesignLinux

Jun 24 2020
designlinux 0 Comments
How to Install Skype on Debian 10

Skype is most popular applications for communication via Text, Audio and Video. You can make online free audio and video calls over the internet. It is cross-platform, available on Android systems, Windows, Linux, and macOS. In this article we will explain how to install Skype on Debian 10.

Skype is not an open-source application hence the standard Debian repositories does not includes it. Skype can be install using a snap package or as a .deb package from the Skype repositories.

Install using Snap#

The Skype snap package is maintaining by Microsoft. It is very straightforward to install and upgrade via snap package. Snaps are software packages and includes the binary all dependencies need to run the application.

Since the Snap comes pre-installed latest versions of Debian, so we do not need to install it. However, If you are using an older version, then run the following to install Snap:

sudo apt-get install snapd

Now run the below command to install Skype snap package on your system:

sudo snap install skype --classic

That’s it. Skype is installed now on your Debian system, and ready to use it.

The Skype package will be automatically update in the background when new release is available.

Installing Skype with apt#

The official Microsoft Apt repositories providing Skype package. Follow the below steps to install it as root or user with sudo privileges:

1. Download latest Skype

First, you have to download the latest Skype .deb package using wget command:

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

2. Install Skype

Once the download is complete, install Skype using below command:

sudo apt install ./skypeforlinux-64.deb

It may prompt you to enter password.

When a new version is released, update the Skype package run the following command on your terminal:

sudo apt update
sudo apt upgrade

Conclusion#

This tutorial explained how to install Skype using two different methods on your Debian 10 system.

If you have any question or feedback, please feel free to leave comment below.

Related

Tags: debian, skype

How to Check the PostgreSQL Version

Prev Post

How to Download and Install RHEL 8 for Free

Next Post
Archives
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • July 2022
  • June 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
Categories
  • AlmaLinux
  • Android
  • Ansible
  • Apache
  • Arch Linux
  • AWS
  • Backups
  • Bash Shell
  • Bodhi Linux
  • CentOS
  • CentOS Stream
  • Chef
  • Cloud Software
  • CMS
  • Commandline Tools
  • Control Panels
  • CouchDB
  • Data Recovery Tools
  • Databases
  • Debian
  • Deepin Linux
  • Desktops
  • Development Tools
  • Docker
  • Download Managers
  • Drupal
  • Editors
  • Elementary OS
  • Encryption Tools
  • Fedora
  • Firewalls
  • FreeBSD
  • FTP
  • GIMP
  • Git
  • Hadoop
  • HAProxy
  • Java
  • Jenkins
  • Joomla
  • Kali Linux
  • KDE
  • Kubernetes
  • KVM
  • Laravel
  • Let's Encrypt
  • LFCA
  • Linux Certifications
  • Linux Commands
  • Linux Desktop
  • Linux Distros
  • Linux IDE
  • Linux Mint
  • Linux Talks
  • Lubuntu
  • LXC
  • Mail Server
  • Manjaro
  • MariaDB
  • MongoDB
  • Monitoring Tools
  • MySQL
  • Network
  • Networking Commands
  • NFS
  • Nginx
  • Nodejs
  • NTP
  • Open Source
  • OpenSUSE
  • Oracle Linux
  • Package Managers
  • Pentoo
  • PHP
  • Podman
  • Postfix Mail Server
  • PostgreSQL
  • Python
  • Questions
  • RedHat
  • Redis Server
  • Rocky Linux
  • Security
  • Shell Scripting
  • SQLite
  • SSH
  • Storage
  • Suse
  • Terminals
  • Text Editors
  • Top Tools
  • Torrent Clients
  • Tutorial
  • Ubuntu
  • Udemy Courses
  • Uncategorized
  • VirtualBox
  • Virtualization
  • VMware
  • VPN
  • VSCode Editor
  • Web Browsers
  • Web Design
  • Web Hosting
  • Web Servers
  • Webmin
  • Windows
  • Windows Subsystem
  • WordPress
  • Zabbix
  • Zentyal
  • Zorin OS
Visits
  • 1
  • 488
  • 612,667

DesignLinux.com © All rights reserved

Go to mobile version