Announcements

Help Wizard

Step 1

NEXT STEP

Spotify Debian package for Jessie(testing)

Solved!

Spotify Debian package for Jessie(testing)

The package that is on spotify repository is not working in Debian Jessie, this is happening because Debian Jessie has libssl1.0.0 and spotify works with libssl0.9.8. I removed the dependency for ssl from the package and i add to data folder the compilied files of libssl and libcrypto. I just sharing this package for other people that using Jessie and have the same problem, until the problem solved officialy from spotiy.

 

  1.  Download the package
    http://83.212.107.72/spotify-client_0.9.4.183.g644e24e.428-1_amd64.deb

  2. Install the spotify-client(is only for 64bit)
    dpkg -i spotify-client_0.9.4.183.g644e24e.428-1_amd64.deb

  3. The next command is needed if you have missing dependencies
    sudo apt-get install -f (maybe you have to install dependencies manualy)
Reply
22 Replies

Yep, this installs cleanly under Debian 8!! THANKS! The correct install commands would be

 

mkdir somefolder

cd somefolder

 

For AMD64

wget http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.16.104.g3b776c9e_amd...

sudo dpkg -i spotify-client_1.0.16.104.g3b776c9e_amd64.deb

 

For Intelx86

wget http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.16.104.g3b776c9e_i38...

sudo dpkg -i spotify-client/spotify-client_1.0.16.104.g3b776c9e_i386.deb


(not spotify-client_1.0.14.12*.deb!)

Why can't I find Spotify next time I log into Debian even if I didn't uninstall it? It will reappear again if I install it again.

Marked as solution

The Debian Wiki has another solution:

 

https://wiki.debian.org/spotify

Suggested posts