“Cómo instalar Spotify en Linux” Código de respuesta

Cómo instalar Spotify en Linux

sudo apt install curl
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
You can launch it by searching for “Spotify” from the Application menu.
Depressed Dunlin

instalar spotify ubuntu

curl -sS https://download.spotify.com/debian/pubkey.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
Janmejay

Cómo instalar Spotify en Linux

sudo apt update
 sudo apt install snapd
sudo snap install spotify
Depressed Dunlin

Respuestas similares a “Cómo instalar Spotify en Linux”

Preguntas similares a “Cómo instalar Spotify en Linux”

Más respuestas relacionadas con “Cómo instalar Spotify en Linux” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código