Does the full desktop version run on a Chromebook?

El
2

I wanted to ask whether the full desktop version, e.g. Of Spotify, can also be loaded in the browser on a chromebook, like on a notebook?

Pa

NO.

ky

There's the following possibility. To do this, you have to do this first: https://support.google.com/...5439?hl=de

Then you can install the Linux version of Spotify. It corresponds to the full desktop version.

First you start the Linux command prompt. There you enter the following commands:

sudo apt update
sudo apt upgrade
sudo apt install pulseaudio pavucontrol curl wget
sudo apt clean

Then it goes to the Spotify installation. To do this, enter the following commands in the Linux command prompt or with copy & paste:

curl -sS https://download.spotify.com/debian/pubkey_0D811D58.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 update
sudo apt install spotify-client
sudo apt-clean

If a new version of Spotify appears, start the Linux command prompt and enter the following commands:

sudo apt update
sudo apt upgrade
sudo apt clean

Now you have the full desktop version of Spotify on the Chromebook