Hi everyone I'm attempting to install spotify, I've been running linux for less than 24 hours so please cut me some slack if this seems trivial. Here is a link to the webpage https://www.spotify.com/us/download/previews/ and the example script.
Add this line to your list of repositories by editing your
/etc/apt/sources.list
deb http://repository.spotify.com stable non-free
If you want to verify the downloaded packages, you will need to add our public key
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 94558F59
Run apt-get update
sudo apt-get update
Install spotify!
sudo apt-get install spotify-client
would someone be nice enough to walk me through this? I'm not even sure where to start.