Spotify Linux Client
5. Juni 2012 / Ubuntu
×Info: This post is older than 2 years! Displayed information may be outdated!
Einen offiziellen, nativen Spotify-Client für Ubuntu gibt es etwas versteckt auf der Spotify-Site. Funktioniert bei mir bisher tadellos. Also nix da mit WINE rummachen.
# sources.list bearbeiten
sudo gedit /etc/apt/sources.list
# das ans Ende schreiben, speichern
deb http://repository.spotify.com stable non-free
# key adden (der ändert sich gern mal)
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94558F59
# apt-get update
sudo apt-get update
# Spotify installieren
sudo apt-get install spotify-client
Falls sich der Key nicht installieren lässt:
http://community.spotify.com/t5/Desktop-Linux/Can-t-install-public-key/td-p/91153