Differences between revisions 1 and 14 (spanning 13 versions)
Revision 1 as of 2016-02-25 00:37:43
Size: 770
Editor: LluisRubies
Comment:
Revision 14 as of 2016-05-27 16:41:31
Size: 1839
Editor: LluisRubies
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
There is also an online player which requieres flash on https://play.spotify.com/



Line 2: Line 7:

== Debian 8 "Jessie" ==

{{{#!wiki caution
'''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!'''
}}}
Line 5: Line 16:
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886 sudo apt-key adv --keyserver hkp://pool.sks-keyservers.net --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886
Line 18: Line 29:
4. Install Spotify Install Spotify
Line 23: Line 34:
Get ligcrypt11 package from sid:
{{{
sudo dpkg -i http://ftp.acc.umu.se/mirror/cdimage/snapshot/Debian/pool/main/libg/libgcrypt11/libgcrypt11_1.5.3-5_amd64.deb

== Debian testing ==

{{{#!wiki caution
'''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!'''
Line 28: Line 41:
Install libgrypt11 package Add the Spotify repository signing key to be able to verify downloaded packages
Line 30: Line 43:
sudo dpkg -i libgcrypt11_1.5.3-5_amd64.deb sudo apt-key adv --keyserver hkp://pool.sks-keyservers.net --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886
}}}

Add the Spotify repository
{{{
echo deb http://repository.spotify.com testing non-free | sudo tee /etc/apt/sources.list.d/spotify.list
}}}

Update list of available packages
{{{
sudo apt-get update
Line 32: Line 55:

Install Spotify
{{{
sudo apt-get install spotify-client
}}}


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

Install the downloaded package (for example libssl1.0.0_1.0.2d-1_amd64.deb)
{{{
sudo dpkg -i libssl1.0.0_1.0.2d-1_amd64.deb
}}}




----
CategoryProprietarySoftware

There is also an online player which requieres flash 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-get update

Install Spotify

sudo apt-get install spotify-client

Debian testing

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 testing non-free | sudo tee /etc/apt/sources.list.d/spotify.list

Update list of available packages

sudo apt-get update

Install Spotify

sudo apt-get install spotify-client

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

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

sudo dpkg -i libssl1.0.0_1.0.2d-1_amd64.deb


CategoryProprietarySoftware