Want to install Spotify Client in Ubuntu easily? Well, this brief tutorial is going to show you how to do it. If you’re reading this post then you probably already know what Spotify is, so I am going to spare you the details and show you the quickest way to install it in Ubuntu. Step one shows you how to add Spotify repository key. Two shows you how to add Spotify software repository and the last shows you how to install Spotify Client.
Without wasting anymore of your time, let’s get going.
Objectives:
- Install Spotify Linux Client in Ubuntu 12.04 (Precise Pangolin)
- Enjoy!
To get started, press Ctrl – Alt – T on your keyboard to open terminal. When it opens, run the commands below to add Spotify’s repository key.
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4E9CFF4E
Next, copy and paste the line below to add Spotify’s repository.
sudo sh -c 'echo "deb http://repository.spotify.com stable non-free" >> /etc/apt/sources.list'
Finally, run the commands below to install Spotify.
sudo apt-get update && sudo apt-get install spotify-client-qt
Enjoy!

Thank you man! Fastest method ever!
Thank you for this. Huge fan of installing through terminal whenever possible.
Quickest way indeed. Added this site to my favorites right away while I am a newbee as user of Ubuntu / Linux. Already learned a lot using the sudo commands (for example how to copy and paste … ).
After I copied and pasted the first line and hit enter, it ask for sudo password. How can I solve this?
Type in your password or just leave blank if you dont hav 1
Same for me Luis. Asks for sudo password but will not let me add text or leave blank.
sudo is simplier version of sudoku, like 2d sudoku.
thanks a bunch for the tutorial.
Hi, unfortunately for me this program works for me only 5 sec, then it crash and don’t want start again. I think it is not ready yet to use on Ubuntu 12.04 64bit.
Best Regards
thanks for this,been trying to figure how to get spotify to work for me for weeks
It fails in some packages, and in the end i cant find spotify :(
Thank you!