Installing Spotify on Ubuntu
Not going to lie, music is a key part of my workflow these days and Spotify was a key player in that. I’m happy to say that they have a client for linux now and the setup is pretty straight forward.
- Go to Software and Updates again
- Go to the Other Software tab and click “Add Source”
deb http://repository.spotify.com stable non-free
and then click Add- Open a terminal window.
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94558F59
sudo apt-get update
sudo apt-get install spotify-client
- You can now run
spotify
from the command line and then lock it to your toolbar. It’ll add a thing to your sound menu icon and it’s own menu icon so let’s get rid of the extra one. Unless you like the little green icon, but it’s really just extra considering you can control Spotify through the sound toolbar piece. wget http://raw.github.com/ozcanesen/spotify-indicator/master/spotify -O /tmp/spotify
sudo cp /tmp/spotify /etc/apparmor.d/
sudo service apparmor reload
- Run Spotify from your command line or the Unity application search.