Skip to content

Instantly share code, notes, and snippets.

@Horaddrim
Created August 14, 2018 18:54
Show Gist options
  • Save Horaddrim/94afd4a5506e6b78386ff4c38a6f6505 to your computer and use it in GitHub Desktop.
Save Horaddrim/94afd4a5506e6b78386ff4c38a6f6505 to your computer and use it in GitHub Desktop.
# 1. Add the Spotify repository signing keys to be able to verify downloaded packages
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 931FF8E79F0876134EDDBDCCA87FF9DF48BF1C90
# 2. Add the Spotify repository
echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list
# 3. Update list of available packages
sudo apt-get update
# 4. Install Spotify
sudo apt-get install spotify-client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment