Installing Spotify on Fedora
This page discusses third-party software sources not officially affiliated with or endorsed by the Fedora Project. Use them at your own discretion. Fedora recommends the use of free and open source software and avoidance of software encumbered by patents. |
Spotify is a cross-platform proprietary music streaming service. Spotify is a freemium service, with advertisements which can be removed by purchasing a subscription. Although Spotify is not officially supported on Fedora, it can be installed on Fedora in a number of ways:
Using the third-party RPM Fusion repositories.
Using a Flatpak hosted by Flathub.
Using the RPM Fusion repository
Install the
lpf-spotify-client
package:sudo dnf install lpf-spotify-client
Install Spotify:
Click the “lpf-spotify-client” icon in the application list.
or use the following command in a terminal:
lpf update
Installing Spotify using Flatpak
To install Spotify using Flatpak:
Install Flatpak using DNF:
sudo dnf install -y flatpak
Enable the Flathub remote:
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Install Spotify:
Using Gnome Software:
Head to the Spotify page on Flathub.
Click “install”, and choose to open the file using Gnome Software.
Click “install” in Gnome Software.
Click “launch” to run Spotify once installed.
Using the command line:
sudo flatpak install flathub com.spotify.Client
Run Spotify:
Click on the Spotify icon in the applications list,
or use the following command in the terminal:
flatpak run com.spotify.Client