Spotify needs no introduction. It is the most popular music streaming service.
You can play Spotify in a web browser, but using the desktop application would be a better option if you use it extensively.
Why? Because you can control the playback with the media key, get notifications for the songs, and don’t need to worry about accidentally closing the browser tab or window. The desktop client gives a wholesome experience.
Spotify provides a repository for Ubuntu and Debian. But what about installing Spotify on Arch Linux?
Actually, it is even simpler to get the Spotify desktop application on Arch Linux. Just use this command:
sudo pacman -Syu spotify-launcher
That’s one of the many ways of installing Spotify on Arch-based Linux distros like Manjaro, Endeavour OS, Garuda Linux, etc.
In this tutorial, I’ll discuss the following methods of installing Spotify:
- Using pacman (you already saw it above but we’ll dig deeper)
- Installing using Pamac (the package manager from Manjaro)
- Installing using Flatpak (the universal packaging format)
- Using Snap (official package by the Spotify team)
Method 1: Install Spotify using pacman
Spotify is available from the Community repository of Arch Linux. It’s actually a Rust implementation of the APT repository provided by Spotify.
Open your terminal and use the pacman command in the following manner:
sudo pacman -Syu spotify-launcher
Once installed, launch it from the Application Menu and log in to start listening.