Spotify a great music streaming servie available in US now. Spotify gives you instant access to millions of songs – from old favorites to the latest hits. Just hit play to stream anything you like.
You can listen the music via web interface in spotify. There is a native client for spotify in Ubuntu. The native client has lot of features like sync local music to iPhone, android etc.
Install Spotify In Ubuntu 14.04 & Linux Mint 17
To install spotify in Ubuntu 14.04 or Linux Mint 17 (Based on Ubuntu) add the repository and update it then install the client. Commands to install spotify on Ubuntu 14.04 are given below.
Open Terminal, (Ctrl+Alt+T) Shortcut
sudo sh -c 'echo "deb http://repository.spotify.com stable non-free" >> /etc/apt/sources.list.d/spotify.list'
This will add the above repository in software sources list. Now add the GPG key:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94558F59
Update the repo list and install the client.
sudo apt-get update
sudo apt-get install spotify-client
After installation you can start spotify from Unity Dash or from the Menu. You can also use Synaptic Package Manager to update & install Spotify after added the repository and import the key.
Related articles
- Install Spotify In Ubuntu 14.04 & Linux Mint 17 (itsfoss.com)
- Confirmed: Next 3 Linux Mint Releases Will Be Based On Ubuntu 14.04 LTS (webupd8.org)
- Linux Mint Will Only Used Ubuntu LTS Releases From Now On (news.softpedia.com)
- Fedora Vs. Mint Vs. Red Hat 2014 from ThreeHosts.com (prweb.com)
- Things To Do After Installing Ubuntu 14.04 LTS for Perfect Desktop (smashingweb.info)
- Install SoundCloud Desktop App In Ubuntu 14.04 (itsfoss.com)