Ubuntu – How to install Spotify Gnome

gnomemedia-buttonsspotify

I want to have media key support in Spotify, and searching around saw a program called "Spotify Gnome" recommended. But, when I go to the site linked to, I can't figure out where to go to download a .deb, only how to get the source. Is the only way to compile it myself?! What repository do I have to add?

Can anyone give me a quick rundown on how to install Spotify Gnome?

Best Answer

As the author of the software, I don't actually use Ubuntu myself, so I don't provide any packages. However, it's just a simple Python script, so it doesn't need to be compiled at all.

You can either download the script itself directly from Github and copy it to /usr/local/bin (make sure to run chmod 755 on the file first), or you can use Git to check out the source code repository and follow the installation instructions in the readme. I strongly suggest the second method, as it will allow you to do a simple git pull in the repository in the future to update your copy of the script and install it again.

Related Question