Hello Linux Geeksters. As you may know, Spotify is a popular music streaming site that gives you access to all your favourite songs. Spotify has also a Spotify client for Linux, that helps you use the spotify service better.
In this article I will show you how to install Spotify on Ubuntu 13.10 Saucy Salamander. This installation guide works also for Linux Mint 16 Petra, because they are 100 % compatible.
Installing Spotify on Ubuntu and Linux Mint is easy, because it is available via an official repository. Follow these instructions for a successful installation:
Add the repository to your system:
$ sudo sh -c 'echo "deb http://repository.spotify.com stable non-free" >> /etc/apt/sources.list'
Update the local repository index:
$ sudo apt-get update
Install Spotify:
$ sudo apt-get install spotify-client
Thank you!
That was helpful!