Spotify is a music, podcast, and video streaming service that provides digital rights management–protected content from different record companies. Spotify provides access to over 30 million songs, with more music being added approximately every day including albums, EPs, and singles.
In this article we present how to install Spotify Client on Fedora release 23 from RPM using DNF package manager.
Steps:
1. Install RPM Fusion and Spotify Repositories
Install RPM Fusion Repos (free & non-free), which provide codec libraries (ffmpeg) used by Spotify Client:
[root@tuxfixer ~]# dnf install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
[root@tuxfixer ~]# dnf install http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
Add Fedora Spotify Repo:
[root@tuxfixer ~]# dnf config-manager --add-repo=http://negativo17.org/repos/fedora-spotify.repo
2. Install Spotify Client
Install Spotify RPM package:
[root@tuxfixer ~]# dnf install spotify-client