The Tip Show Step-by-Step How-to SetUp the Spotify Apt Repo on Linux Debian/Ubuntu/Mint.
-
Open a Command Line Terminal
-
Edit the Apt Sources File
sudo nano /etc/apt/sources.list.d/spotify.list
Append:
deb http://repository.spotify.com stable non-free
Ctrl+X to Save & Exit from nano π
-
Import the Spotify GPG Key
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 94558F59
-
Update Apt Sources
sudo apt-get update