


Once you have installed Wine, you can then download and install the Spotify program. To use Wine, you will need to download and install it. Wine is a program that allows you to run Windows programs on Linux. One way to get Spotify on Linux is to use a program called Wine.

Although it is not available on Linux, there are ways to get Spotify on Linux. You can access Spotify through its website or its mobile app. It is available in many countries and has a wide variety of songs and albums. Spotify implements MPRIS interface so commands like these should work:ĭbus-send -print-reply -dest= /org/mpris/MediaPlayer2 .Spotify is a music streaming service that offers users a wide variety of music from different artists. To exec dbus-launch -exit-with-session openbox-session On minimal systems it might be required to launch the desktop environment or window manager through dbus-launch -exit-with-session (provided by dbus-x11). # The spotify package is currently broken and installs files owned by uid 1000, fix itĭpkg -L spotify-client | sudo xargs chown -no-dereference root:rootĬontrolling playback using MPRIS D-Bus interface Install Spotify sudo apt install spotify-clientĬurl -sSf | gpg -dearmor | sudo tee /etc/apt/keyrings/spotify.gpg > /dev/nullĮcho "deb stable non-free" | sudo tee /etc/apt//spotify.list Update list of available packages sudo apt update NB: You will need to install dirmngr if not already installed sudo apt install dirmngrĪdd the Spotify repository signing key to be able to verify downloaded packages curl -sS | gpg -dearmor | sudo tee /usr/share/keyrings/repository-spotify-com-keyring.gpg >/dev/nullĪdd the Spotify repository echo deb stable non-free | sudo tee /etc/apt//spotify.list Using third-party repositories as recommended below is not supported by the Debian project and could break your system now or when you upgrade later.
