Differences between revisions 29 and 31 (spanning 2 versions)
Revision 29 as of 2019-08-23 21:34:49
Size: 2520
Editor: ?JohnDavidson
Comment:
Revision 31 as of 2019-09-04 19:40:14
Size: 2194
Editor: ?JohnDavidson
Comment: Buster has dirmngr
Deletions are marked like this. Additions are marked like this.
Line 47: Line 47:
'''dirmngr is installed in Buster'''

Line 62: Line 65:
Download libssl1.0.0 package from https://packages.debian.org/jessie/libssl1.0.0 - as of the time of this writing Spotify has not been ported to newer versions of libssl so you will need to use the one available for Jessie.

(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
}}}

Translation(s): English - ?Français - Español - ?Italiano


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 keyserver.ubuntu.com --recv-keys 4773BD5E130D1D45

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!

NB: You will need to install dirmngr if not already installed

sudo apt install dirmngr

dirmngr is installed in Buster

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

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4773BD5E130D1D45

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


CategoryProprietarySoftware