Answers for "how to install spotify ubuntu using commmand lline"

1

install spotify ubuntu

curl -sS https://download.spotify.com/debian/pubkey.gpg | sudo apt-key add - 
echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
sudo apt-get update && sudo apt-get install spotify-client
Posted by: Guest on July-19-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language