Advertisement
kevinjohnson7890

Install Spotify on Ubuntu and Debian

Apr 8th, 2022
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. /////////////////////////////////////////
  2. HOW TO INSTALL SPOTIFY ON UBUNTU AND DEBIAN
  3. /////////////////////////////////////
  4. sudo apt install curl
  5. curl -sS https://download.spotify.com/debian/pubkey_5E3C45D7B312C643.gpg | sudo apt-key add -
  6. echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
  7. sudo apt-get update
  8. sudo apt-get install spotify-client
  9. ////////////////////////////////////
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement