Help Wizard

Step 1

NEXT STEP

download soptify linux

download soptify linux

 

 

hello, I'm asking for help because for some time I've been switching from windows to linux and I can't find how to download Stoptify on Linux


Can you help me
 

My Question or Issue

 

Reply
2 Replies

Spotify can be installed on Debian and Debian based system like Ubuntu and Linux Mint.
What Linux distribution are you running?

If it doesn't use "apt" as the package manager I'm not sure what you can do, but if it does, then need to run these commands in terminal to install it:


curl -sS https://download.spotify.com/debian/pubkey_5E3C45D7B312C643.gpg | sudo apt-key add -
echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list

sudo apt-get update && sudo apt-get install spotify-client

 

Just to add, if you are using Fedora or a non-Debian based distro then the alternative is to install it via Flatpak.

Suggested posts