hi to all, this is my first Linux Post
Ofc , the first post that I’ll post will be more focused for the home user , hope you’ll enjoy
Spotify is a digital music service that gives you access to millions of songs.
Today we will learn how to install this software on your ubuntu machine
First we need to open a terminal
and will paste that on it
The following code will add the Spotify repository, authenticate it (which makes sure the software you install is the official one), checks for the latest version, and installs Spotify
sudo apt-add-repository -y “deb http://repository.spotify.com stable non-free” &&
sudo apt-key adv –keyserver keyserver.ubuntu.com –recv-keys 94558F59 &&
sudo apt-get update -qq &&
sudo apt-get install spotify-client
( IT WILL ASK ROOT PASSWORD )
Like this way :
It will ask confirmation, press “S”
Once finished we can find the app installed , easy right?
Cheers!



