Size: 1839
Comment:
|
Size: 1829
Comment: switch to apt
|
Deletions are marked like this. | Additions are marked like this. |
Line 53: | Line 53: |
sudo apt-get update | sudo apt update |
Line 58: | Line 58: |
sudo apt-get install spotify-client | sudo apt install spotify-client |
Line 60: | Line 60: |
Line 66: | Line 65: |
sudo dpkg -i libssl1.0.0_1.0.2d-1_amd64.deb | sudo apt install ./libssl1.0.0_1.0.2d-1_amd64.deb |
Line 68: | Line 67: |
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 update
Install Spotify
sudo apt 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 apt install ./libssl1.0.0_1.0.2d-1_amd64.deb