0

I'd like to use Spotify with Ubuntu. I've had a look at the previous questions and answers and don't understand the language - sorry. Is it possible to have step by step instructions? I use Linux not through any desire to be a programer but more a sense of 'rebel forces against the evil empire' :-)

MrGlyn
  • 29

1 Answers1

6
sudo add-apt-repository "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

note:
this worked for Ubuntu 14.04 Trusty Tahr (April 20, 2014)

noobninja
  • 548
Nik
  • 147