Saturday, December 28, 2013

Install Spotify with a single copy and paste command

Install Spotify with a click

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4E9CFF4E &&
sudo sh -c 'echo "deb http://repository.spotify.com stable non-free" >> /etc/apt/sources.list' &&
sudo apt-get update &&
sudo apt-get install spotify-client-qt


Thanks

Please provide feedback/suggestions to improve the blog.

No comments:

Post a Comment