The wait is over and Spotify is now available for Linux. Following is how you can install spotify in Ubuntu 10.04.

Note: Because they are not able to run ads on this client, this service is only available for spotify premium users. But we can safely assume that it’s coming soon to free users as well.

1. Add repository to your software sources


sudo gedit /etc/apt/sources.list

Add the following line at the end of the file


deb http://repository.spotify.com stable non-free

2. Open the terminal window and paste the following command to add the spotify public keys

gpg --keyserver wwwkeys.de.pgp.net --recv-keys 4E9CFF4E
gpg --export 4E9CFF4E |sudo apt-key add -

3. In the terminal paste the following command

sudo apt-get update

4. Type the following command to install spotify

sudo apt-get install spotify-client-qt

5. Once installed you can run it using the run prompt (ALT+F2) and typing spotify.

0saves
If you enjoyed this post, please consider leaving a comment or subscribing to the RSS feed to have future articles delivered to your feed reader.

Related posts:

  1. Installing Skype in Linux Mint 9 using repositories
  2. Install VLC on Ubuntu via PPA
  3. How to install Firefox 3.6 on Ubuntu {Karmic Koala}
  4. How to install Firefox 3.6 stable release on Ubuntu 9.10 using PPA
  5. Install Transmission 2.0 in Ubuntu