Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save rsporteman/6f827d104def883d2a35c82de0f5ef48 to your computer and use it in GitHub Desktop.

Select an option

Save rsporteman/6f827d104def883d2a35c82de0f5ef48 to your computer and use it in GitHub Desktop.
Install Spotify On Debian 9 Stretch (for x86_64 - amd64)

Install Spotify On Debian 9 Stretch (for x86_64 - amd64)

https://wiki.debian.org/spotify

Install Requirement

sudo apt install dirmngr

Get Key

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A87FF9DF48BF1C90

Add Repository

echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list

Update System

sudo apt update

Install Requirement

wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u9_amd64.deb
sudo apt install ./libssl1.0.0_1.0.1t-1+deb8u9_amd64.deb
rm libssl1.0.0_1.0.1t-1+deb8u9_amd64.deb

Install Spotify

sudo apt install spotify-client

Test Spotify

spotify
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment