Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
823
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. # 1. Add the Spotify repository signing key to be able to verify downloaded packages
  2. sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886
  3.  
  4. # 2. Add the Spotify repository
  5. echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list
  6.  
  7. # 3. Update list of available packages
  8. sudo apt-get update
  9.  
  10. # 4. Install Spotify
  11. sudo apt-get install spotify-client
  12.  
  13. user:~$ # 1. Add the Spotify repository signing key to be able to verify downloaded packages
  14. user:~$ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886
  15. [sudo] password for user:
  16. Sorry, try again.
  17. [sudo] password for user:
  18.  
  19. user:~$ sudo whatever
  20. [sudo] password for user:
  21. sudo: whatever: command not found
  22. user:~$ # 1. Add the Spotify repository signing key to be able to verify downloaded packages
  23. user:~$ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886
  24. Executing: /tmp/tmp.JQ3ntmdbnL/gpg.1.sh --keyserver
  25. hkp://keyserver.ubuntu.com:80
  26. --recv-keys
  27. BBEBDCB318AD50EC6865090613B00F1FD2C19886
  28. ...
  29. ...
  30. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement