Archives For Spotify official repository for Linux

This simple tutorial will show you how to install the Spotify Client on Linux Mint 13, 14, 15 from the official repository.

Spotify is a digital music-streaming service that gives you on-demand access to millions of songs on all your devices. It works on Windows, Mac, Linux, Android, iOS, Windows Phone 7/8 (7 no longer updated), BlackBerry (GSM only), Symbian.

To install it from the official repository, press Ctrl+Alt+T to open terminal.

1.) Run below command to add the repository to Linux Mint:

sudo sh -c 'echo "deb http://repository.spotify.com stable non-free" >> /etc/apt/sources.list.d/spotify.list'

add spotify repository to linuxmint

2.) Install the public key:

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys D2C1988

install spotify key linuxmint

3.) Finally update package lists and install spotify:

sudo apt-get update; sudo apt-get install spotify-client

spotify in linuxmint

Enjoy!

This brief tutorial shows you how to install Spotify client on Ubuntu 13.10 Saucy, 13.04 Raring, 12.10, 12.04 using the official repository.

Spotify is a digital music-streaming service that gives you on-demand access to millions of songs on all your devices. It works on Windows, Mac, Linux, Android, iOS, Windows Phone 7/8 (7 no longer updated), BlackBerry (GSM only), Symbian.

To install it from the official repository, press Ctrl+Alt+T to open terminal.

1.) Run below command to add the repository to Ubuntu:

sudo add-apt-repository "deb http://repository.spotify.com stable non-free"

add spotify official repository

2.) Install the public key:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94558F59

3.) Then update package lists and install it via:

sudo apt-get update; sudo apt-get install -y spotify-client-qt

install spotify-qt on Ubuntu

Once installed, open Spotify from Unity dash.

Spotify Client for Linux