Differences between revisions 21 and 22
Revision 21 as of 2017-07-04 03:42:01
Size: 2180
Editor: ?JonathanArnett
Comment: Put installing the dependency (libssl1.0.0) before installing the package.
Revision 22 as of 2017-08-20 01:53:55
Size: 2159
Comment: Spotify webplayer does not require flash anymore but requires DRM content to be enabled in both chromium and firefox.
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
||<tablestyle="width:100%; text-align: left" style="border:0">{{https://upload.wikimedia.org/wikipedia/commons/1/19/Spotify_logo_without_text.svg|Spotify logo|width=128}}||<style="border:0;vertical-align: middle;">'''Spotify''' is a digital music streaming service that gives you access to millions of songs, podcasts and videos from artists all over the world. There is also an online player which requires flash on https://play.spotify.com/|| ||<tablestyle="width:100%; text-align: left" style="border:0">{{https://upload.wikimedia.org/wikipedia/commons/1/19/Spotify_logo_without_text.svg|Spotify logo|width=128}}||<style="border:0;vertical-align: middle;">'''Spotify''' is a digital music streaming service that gives you access to millions of songs, podcasts and videos from artists all over the world. There is also an online player on https://play.spotify.com/||

Spotify logo

Spotify is a digital music streaming service that gives you access to millions of songs, podcasts and videos from artists all over the world. There is also an online player on https://play.spotify.com/

Installing Spotify

Debian 8 "Jessie"

Using third-party repositories as recommended below is not supported by the Debian project and could break your system now or when you upgrade later. Use with caution at your own risk!

Add the Spotify repository signing key to be able to verify downloaded packages

sudo apt-key adv --keyserver hkp://pool.sks-keyservers.net --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886

Add the Spotify repository

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

Update list of available packages

sudo apt update

Install Spotify

sudo apt install spotify-client

Debian 9 "Stretch"

Using third-party repositories as recommended below is not supported by the Debian project and could break your system now or when you upgrade later. Use with caution at your own risk!

Add the Spotify repository signing key to be able to verify downloaded packages

sudo apt-key adv --keyserver hkp://pool.sks-keyservers.net --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886

Add the Spotify repository

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

Update list of available packages

sudo apt update

Download libssl1.0.0 package from https://packages.debian.org/jessie/libssl1.0.0

Install the downloaded package (for example libssl1.0.0_1.0.2d-1_amd64.deb)

sudo apt install ./libssl1.0.0_1.0.2d-1_amd64.deb

Install Spotify

sudo apt install spotify-client


CategoryProprietarySoftware