1

I am a self-employed I.T. I was wondering if there was a way to download Spotify to Ubuntu Linux. I have the newest update.

Thanks, Hunter

1 Answers1

2

You can install spotify with the following commands:

sudo apt-add-repository -y "deb http://repository.spotify.com stable non-free" 
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94558F59 
sudo apt-get update 
sudo apt-get install spotify-client
Pabi
  • 7,401
  • 3
  • 40
  • 49
  • Doesn't the linux client only works for pay accounts? – xangua May 11 '15 at 17:01
  • Have not used it in a long while, but I don't think so. – Pabi May 11 '15 at 17:03
  • 1
    @xangua Spotify works on Linux for free accounts! there's one thing you won't be able to keep the audio tracks as you have to pay for that and it requires pay account. ;) – JoKeR May 11 '15 at 17:11