Skip to content

Instantly share code, notes, and snippets.

@travisdowns
Created April 15, 2020 00:29
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save travisdowns/50165f0432353231031a31a7277e351e to your computer and use it in GitHub Desktop.
Save travisdowns/50165f0432353231031a31a7277e351e to your computer and use it in GitHub Desktop.
snap remove spotify
sudo add-apt-repository "deb http://repository.spotify.com stable non-free"
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 931FF8E79F0876134EDDBDCCA87FF9DF48BF1C90 2EBF997C15BDA244B6EBF5D84773BD5E130D1D45
sudo apt update
sudo apt-get install spotify-client
@akmandev
Copy link

It was waiting so long for the first command, so instead of saving snapshots and wait, you can do this:

snap remove spotify --purge

@IsidroPenh
Copy link

For some reason the ubuntu software center version freezes after a few minutes of opening it. With this it was solved. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment