There was a time when Skype used to be the default application for video calls. Microsoft bought Skype, change its P2P architecture, tried to monetize it, tried to push it as business tool but Skype kept on seeing a gradual decline.
There are tons of video calling apps on mobile. On desktop, Zoom is preferred for video conferencing. Even Microsoft has a new communication tool in the form of Microsoft Teams.
Despite everything, Skype is still being developed and there are few people still using it. If you are one of those people who want to use Skype on their Arch Linux system, this tutorial will help you.
There are two ways you can get Skype on Arch Linux:
- Using Snap
- Using Arch Linux
Let’s see both methods one by one.
Method 1: Install Skype on Arch Linux using Snap
The easiest way to install Skype is via the Snap Store. The biggest advantages of using the Skype snap is that it is maintained by the Skype developer, and it updates automatically in the background.
And it is really easy to install as well. Open a terminal and use the following command:
sudo snap install skype
If you get snap: command not found
in reply, you’ll need to install Snapd first.
Installing Snap support on Arch Linux
To download Snap, run the following commands:
git clone https://aur.archlinux.org/snapd.git
Before you build and install Snap, you need to change the permission for the folder by using this command:
sudo chmod a+w snapd
Now, enter the folder and install Snap:
cd snapd && makepkg -si
Once Snap is installed, you need to activate the snap socket that handles communication with systemd. To do that, use this command:
sudo systemctl enable --now snapd.socket
Next, you need to create a symbolic link between /var/lib/snapd/snap and /snap using this command:
sudo ln -s /var/lib/snapd/snap /snap
After that, you should either reboot your system or log out and log back in for these changes to take place.
Now, we can check to make sure that Snap is installed correctly by running it in the terminal.
Finally, you can install the Skype snap by typing:
sudo snap install skype
You might get an error that says error: too early for operation, device not yet seeded or device not acknowledged
. This means that snapd had a couple of processes that need to be run first. You can either wait a few minutes and retry, or logout and log back in.
Once the installation is complete, you can launch Skype either by selecting it from the system menu or by typing skype
in the terminal.
Method 2: Install Skype from Arch User Repository
Since Skype is a proprietary piece of software, Arch devs don’t make it available through their repos. Thankfully, it is available in the Arch User Repository (AUR).
If you already have an AUR helper like yay installed, you can use:
yay -S skypeforlinux-stable-bin
Alternatively, if you do not want to use an AUR helper, you can still get the package from the AUR and install it without AUR helper. It takes a bit more effort, though.
First, you should check for updates by running the following command:
sudo pacman -Syy
Next, you need to clone the package’s git repo to your system by using the following command:
sudo git clone https://aur.archlinux.org/skypeforlinux-stable-bin.git
In order to install Skype you need to change file permissions, you can that by running:
sudo chmod a+w skypeforlinux-stable-bin
Now, you can enter the folder by typing:
cd skypeforlinux-stable-bin
To finally install Skype, enter this command into the terminal:
makepkg -si
Once the installation process is complete, you can run Skype either by selecting it from the system menu or by typing skypeforlinux
in the terminal.
You can choose either of the methods based on your preference and enjoy Skype on Arch Linux.
from It's FOSS https://ift.tt/3ASMqF0
via IFTTT
Tidak ada komentar:
Posting Komentar