Introduction
Skype has been for years one of the most popular communication platforms for voice calls, video, and instant messaging. Although its origins are tied to Windows and macOS, the Linux version has improved considerably in recent years, offering an experience almost identical to that of its proprietary counterparts. In this article we will show you how to install, configure, and get the most out of Skype on any Linux distribution, from the basic steps to advanced tricks for improving privacy and call quality.
Why use Skype on Linux?
Many Linux users prefer open-source solutions, but Skype remains an attractive option for several reasons. First, its contact network is huge: it’s likely that your friends, family, or coworkers already use it. Second, it offers advanced features such as low-cost calls to landlines and mobile phones, call recording, and real-time subtitles. Third, the Linux version has received constant support from Microsoft, with security updates and new features arriving at almost the same pace as on other platforms. Finally, using Skype on Linux lets you maintain a unified work environment without needing to switch operating systems to communicate.
Installing Skype on different distributions
There are several methods to install Skype on Linux, depending on the distribution and your package management preferences. Below we detail the most common procedures.
- Ubuntu and Debian-based: Download the .deb package from the official Skype website or use the official repository. Run
sudo dpkg -i skypeforlinux-64.deband thensudo apt-get install -fto resolve dependencies. - Fedora: Use the .rpm package available on the Skype page. Install with
sudo dnf install skypeforlinux-64.rpm. - Arch Linux and derivatives: Skype is available in the AUR. You can install it with a helper like yay:
yay -S skypeforlinux. - Snap: If you prefer universal packages, run
sudo snap install skype --classic. - Flatpak: Similarly,
flatpak install flathub com.skype.Client.
After installation, launch Skype from the applications menu or from the terminal with the command skypeforlinux.
Initial setup and privacy settings
When you start Skype for the first time, you will need to sign in with your Microsoft account or create a new one. It is recommended to immediately review the privacy settings:
- Disable the “Show my presence status” option if you don’t want others to see whether you are online.
- Limit who can call you: in Settings > Calls, choose “Contacts only” or “Nobody”.
- Review camera and microphone permissions, especially if you are using a Wayland desktop environment, where some permissions may require additional adjustments.
- Enable two-factor authentication on your Microsoft account for extra security.
Additionally, you can enable dark mode from Appearance > Theme to reduce eye strain during long sessions.
Useful features: chat, voice and video calls, screen sharing
Skype on Linux offers practically the same set of features as on Windows:
- Instant messaging: individual and group chats, with support for emojis, reactions, and files up to 300 MB.
- Voice and video calls: HD quality, ability to record calls (available in the desktop version) and upload the file to OneDrive.
- Screen sharing: ideal for presentations or technical support; you can share the entire screen, a specific window, or a monitor in multi‑monitor setups.
- Real‑time subtitles: useful for people with hearing difficulties or in noisy environments.
- Calls to landlines and mobile phones: via Skype credit or subscriptions, with competitive rates.
To start a call, simply select a contact and click the phone or camera icon. In group calls, you can add up to 100 participants.
Troubleshooting common issues
Although Skype for Linux is quite stable, some inconveniences may arise. Here are the most frequent solutions:
- Audio not working: verify that the input and output devices are correctly selected in Settings > Audio and Video. In PulseAudio, make sure the application is not muted.
- Video frozen or low FPS: lower the camera resolution in Settings > Video or close other GPU‑intensive applications.
- Startup problems: if Skype won’t start, try running it with
skypeforlinux --disable-gputo rule out graphics acceleration issues. - Notifications not appearing: check the notification settings of your desktop environment (GNOME, KDE, XFCE) and allow Skype to show alerts.
- Failed updates: if you use the repository, run
sudo apt update && sudo apt upgrade(or the equivalent for your distro) to ensure you have the latest version.
Alternatives to Skype on Linux
If you prefer completely free options or simply want to try other tools, consider these alternatives:
- Jitsi Meet: a WebRTC‑based videoconferencing platform that requires no account and offers end‑to‑end encryption.
- Zoom: the official Linux client, widely used in educational and corporate settings.
- Discord: popular among gaming communities, but also useful for work teams.
- Element (formerly Riot): a Matrix client that provides decentralized chat and voice/video calls.
- Google Meet: accessible from the browser, works well on Linux without additional installation.
Evaluate your bandwidth needs, security requirements, and contact network before deciding which to use.
Conclusion
Skype remains a valid and powerful tool for communication on Linux, especially when you need to connect with users on other platforms. Its installation is straightforward on most distributions, and its features for calls, chat, and screen sharing make it suitable for both personal and professional use. By following the privacy configuration steps and troubleshooting the most common issues, you can enjoy a stable and secure experience. Nevertheless, stay open to exploring free alternatives if your priority is open‑source software and full control over your data.