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,429