Skip to content

Spotify

Installing Spotify

To listen to music whilst you're working, feel free to go ahead and install Spotify.
To do so, open up the terminal and enter the following command, which will add the repository needed to install it:

sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \
https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm`  
Once that has finished, run the following commands one by one to install Spotify itself:

sudo dnf install lpf-spotify-client
lpf approve spotify-client
sudo -u pkg-build lpf build spotify-client
sudo dnf install /var/lib/lpf/rpms/spotify-client/spotify-client-*.rpm
Keep in mind that this can take up to 5 minutes to finish.

Once that is done, simply hit the "Windows" key and search for "Spotify".

Spotify

If you run into problems with RPM use flatpak

sudo dnf install flatpak
flatpak remote-add --if-not-exists flathub \
https://flathub.org/repo/flathub.flatpakrepo
sudo flatpak install flathub com.spotify.Client
Open Spotify in applications or run:
flatpak run com.spotify.Client