How to install Spotify in Ubuntu Linux

By | December 23, 2017

Installing one of the world’s most popular media streaming app.

spotify_welcome_screen

IMAGE: FOSSNAIJA

Since it launch in 2008, Spotify has become a major music, podcast, and video streaming service that have come to be reckoned with. Competing with giants like apple music. Spotify is a web-service that provides digital rights management–protected content from record labels and media companies.

Spotify is a freemium service; basic features are free with advertisements or limitations, while additional features, such as improved streaming quality and music downloads, are offered via paid subscriptions.

 

Music can be searched for by artist, album, genre, playlist, or record label. Spotify is highly integrated with social media, users can create, edit, and share playlists, share tracks on social media, and make playlists with other users. You can also go through the music collections of friends, artists and celebrities.

 

Spotify has lived up to expectation as a wonderful web streaming app. It is cross-platform, which means that it’s available for most modern devices, including WindowsmacOS, and Linux computers, as well as iOSWindows Phone and Android smartphones and tablets.

 

In this post we’d be installing a desktop version of the app available in Linux (a debian package). That is, it is specifically for Debian and debian-based linux operating systems like Ubuntu.

 

Open the terminal (the command-line interface for linux) in Ubuntu (or any other debian-based linux distro). SHORT CUT: Ctrl + Alt + T.

Type in the following commands:

 

# 1. Add the Spotify signing keys: 

 

Here you add the Spotify signing keys to be able to verify downloaded packages:

 

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

# 2. Add the Spotify repository:

echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list

 

 

# 3. Update list of available packages:

sudo apt-get update

 

 

# 4. Install Spotify

sudo apt-get install spotify-client

 

spotify_launch_ubuntu

 

You can now enjoy Spotify!!!

 

 

Happy Linux’NG!


NEVER MISS AN UPDATE




I agree to have my personal information transfered to MailChimp ( more information )

Join over 10,000 visitors to receive Open Source tips, trick, news, tutorials, programming and more.

We hate spam. Your email address will not be sold or shared with anyone else.

ALEXANDER OMOROKUNWA
MUST READ  VMware Joins Linux Foundation

Tell us what you think

This site uses Akismet to reduce spam. Learn how your comment data is processed.