Install Spotify (Debian)
- This topic has 0 replies, 1 voice, and was last updated 4 years, 6 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
What makes us different from other similar websites? › Forums › Tech › Install Spotify (Debian)
1. Launch Terminal su
2. Add the repository echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list
3. Update repository index apt-get update
4. Make trusted apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4773BD5E130D1D45
5. Update repository index apt-get update
6. Install Spotify apt-get install spotify-client
If you want to remove Spotify, do the following.
1. apt-get --purge remove spotify-client -y
2. rm /etc/apt/sources.list.d/spotify.list
3. Check version, if nothing shows, it is removed. spotify --version