Skype is the most popular and among one of the top communication and collaboration software. It enables individuals and businesses to chat, make and receive free voice and video calls (one-to-one or group calls), and share files over the internet. You can install and use Skype software on a computer, web browser, mobile, or tablet.
Here at LinuxAPT, we shall look into install Skype on openSUSE Leap 15.3.
If you are working on any other Linux distribution, visit how to install Skype on Ubuntu, Debian, Mint, and CentOS.
1. To begin, you will need to first add Skype official repository through the command below in your Terminal:
$ sudo zypper addrepo https://repo.skype.com/rpm/stable/skype-stable.repo
Now you will have to provide the sudo password. Type the password and then press Enter. This will add the Skype repository to your openSUSE system.
2. Next, you will have to update the system repositories through this command:
$ sudo zypper update
During the update process, it will ask if you want to trust or reject the repository key. Type a and then hit Enter to always trust the key.
3. After the update is done, you can install the Skype application through the command below:
$ sudo zypper install skypeforlinux
The installation process will now take only a few minutes and Skype will be installed on your openSUSE system.
This method describes the installation of Skype on openSUSE through snap.
1. Add snappy repository through the command below:
$ sudo zypper addrepo --refresh https://download.opensuse.org/repositories/system:/snappy/openSUSE_Leap_15.3 snappy
2. After adding the Snappy repository, add its GPG key through the command below:
$ sudo zypper --gpg-auto-import-keys refresh
3. Now to include the new snappy repository, use this command:
$ sudo zypper dup --from snappy
4. Then install snapd through this command:
$ sudo zypper install snapd
It will prompt you if you want to continue. Type y and hit Enter to carry on the process.
5. After snapd is installed, enable and start its service through the commands below:
$ sudo systemctl enable snapd
$ sudo systemctl start snapd
After enabling and starting the snapd service, also enable and start snapd.apparmor service through the commands below:
$ sudo systemctl enable snapd.apparmor
$ sudo systemctl start snapd.apparmor
6. Now that the required services have been started and running, you can install Skype on your openSUSE through the command below:
$ sudo snap install skype
The installation process will now take only a few minutes and Skype will be installed on your openSUSE system.
You can launch Skype on openSUSE from the Applications Menu. Hit the super key to open the search box. In the search box, type skype. Then click the Skype icon to launch it.
You can uninstall Skype from your openSUSE system anytime if you no longer require it.
If you have installed Skype on openSUSE through Zypper package manager, you can uninstall it using the command:
$ sudo zypper remove skypeforlinux
Now you will have to provide the sudo password. Type the password and hit Enter. This will remove the Skype application from your openSUSE system.
If you have installed Skype on openSUSE through the snap package manager, you can uninstall it using the command:
$ sudo snap remove skype
This article covers how to install Skype on openSUSE Linux System. In fact, you can also look at some alternatives of Skype such as Slack, Microsoft Teams, Zoom, Zimbra, Nextcloud, etc.