Spotify is a new music streaming service which is fast gaining popularity. Even the free user has access to great content. Till now, it is supported only on Windows and Mac but they are working to bring it to Linux platform as well. If you have a premium account on Spotify (not available for free users), you can install it on Linux by following steps:
# 1. Add this line to your list of repositories by # editing your /etc/apt/sources.list deb http://repository.spotify.com stable non-free # 2. If you want to verify the downloaded packages, # you will need to add our public key # adding the key may take several attempt sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4E9CFF4E # 3. Run apt-get update sudo apt-get update# 4. Install spotify! sudo apt-get install spotify-client-qt spotify-client-gnome-support
Related articles
- How to solve: Ubuntu update error (computerandu.wordpress.com)
- How to run or install .bin files in Ubuntu (Unix) (computerandu.wordpress.com)
- How to install Windows application (.exe) on Linux / Ubuntu with Wine (computerandu.wordpress.com)