linux spotify client

Shell
curl -sS https://download.spotify.com/debian/pubkey.gpg | sudo apt-key add - echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.listsudo apt-get update && sudo apt-get install spotify-client
Source

Also in Shell: