Spotify
You can always go to https://spotify.com and log in and listen.
Install
For a full native linux setup, follow the instructions at the very bottom of this page. Here's a copy of instructions from the last time I did it...
Spotify linux app
Apt install:
curl -sS https://download.spotify.com/debian/pubkey_C85668DF69375001.gpg | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list sudo apt update sudo apt install spotify-client
Run it via the tray thingee:
spotify-tray&
OLD; Fuck snaps and fuck this, it stayed out of date:
sudo snap install spotify
Tray
sudo apt-get install build-essential libgtk-3-dev gnome-icon-theme cd ~/apps && git clone git@github.com:tsmetana/spotify-tray.git cd spotify-tray && ./autogen.sh && ./configure && make && sudo make install
Run
spotify-tray&