Skype application make telephone calls over the Internet. It works on Windows, Linux, macOS and mobile phone operating systems. Calls are cheaper due to use of VoIP (voice over IP). Every Skype user has a unique username which you can use to talk with another user. This page shows how to install Skype on Linux using a snap package manager that works on Ubuntu, Mint, Debian, Fedora, Arch and many other distros.
Installing skype application on Linux
The procedure to install Skype on Linux is as follows:
- Install snapd
- Turn on snapd
- Find Skyp snap:
snap find skype - Install Skype VoIP app:
sudo snap install skype - Run it:
skype &
Let us see all steps and examples in details.
Step 1 – Install Snapd
You need to install snapd package. It is daemon (service) and tooling that enable snap packages on Linux operating system.
Snapd on a Debian/Ubuntu/Mint Linux
Type the following apt command/apt-get command as follows:
$ sudo apt install snapd
Install snapd on an Arch Linux
snapd is available in the Arch User Repository (AUR) only. Run yaourt command (see how to install yaourt on Archlinux):
$ sudo yaourt -S snapd
$ sudo systemctl enable --now snapd.socket
Get snapd on a Fedora Linux
Run snapd command
sudo dnf install snapd
sudo ln -s /var/lib/snapd/snap /snap
OpenSUSE install snapd
Execute the zypper command as follows:
### Tumbleweed verson ###
$ sudo zypper addrepo http://download.opensuse.org/repositories/system:/snappy/openSUSE_Tumbleweed/ snappy
### Leap version ##
$ sudo zypper addrepo http://download.opensuse.org/repositories/system:/snappy/openSUSE_Leap_42.3/ snappy
Install it:
$ sudo zypper install snapd
$ sudo systemctl enable --now snapd.socket
Step 2 Install Skype app on Linux using snap
Run the snap command:
$ snap find skype
Install skype application on Linux it:
$ sudo snap install skype --classic
Please note that this version of snap “skype” was published using classic confinement and thus may perform arbitrary system changes outside of the security sandbox that snaps are usually confined to, which may put your system at risk. If you understand and want to proceed install skype with –classic option.
Step 3 – Run skype and enjoy VoIP calls
Just type the following command:
$ skype
You can now log in to your Skype account:
How to delete Skype app
If you do not like it the app, you can delete it by typing the following command:
$ sudo snap remove skype
By default all the snap revisions are removed, including their data and the common data directory. For info see:
ð§ 0 comments... add one ↓
Category | List of Unix and Linux commands |
---|---|
File Management | cat |
Firewall | Alpine Awall • CentOS 8 • OpenSUSE • RHEL 8 • Ubuntu 16.04 • Ubuntu 18.04 • Ubuntu 20.04 |
Network Utilities | dig • host • ip • nmap |
OpenVPN | CentOS 7 • CentOS 8 • Debian 10 • Debian 8/9 • Ubuntu 18.04 • Ubuntu 20.04 |
Package Manager | apk • apt |
Processes Management | bg • chroot • cron • disown • fg • jobs • killall • kill • pidof • pstree • pwdx • time |
Searching | grep • whereis • which |
User Information | groups • id • lastcomm • last • lid/libuser-lid • logname • members • users • whoami • who • w |
WireGuard VPN | Alpine • CentOS 8 • Debian 10 • Firewall • Ubuntu 20.04 |