Installing one of the world’s most popular media streaming app.
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 Windows, macOS, and Linux computers, as well as iOS, Windows 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 repository 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
You can now enjoy Spotify!!!
Happy Linux’NG!
The post How to install Spotify in Ubuntu Linux appeared first on Foss Naija.
Top comments (0)