Mostrando entradas con la etiqueta spotify. Mostrar todas las entradas
Mostrando entradas con la etiqueta spotify. Mostrar todas las entradas

10 octubre 2021

How to install or uninstall spotify on chromebook linux beta

This article is for Linux Debian, which is the one (linux beta) that can be enabled on chrome os, chromebooks system. To install the desktop version of Spotify on a chromebook (or debian) we have to do it through the linux beta terminal (which must has been activated previously). 

HOW TO INSTALL SPOTIFY:

We open the Linux Terminal app and write:

sudo apt-get install spotify-client 

Reply we do want to install by typing: y

Once installed, it is very likely that when you open Spotify, it will close instantly. In linux the app usually crashes. 

The trick to open Spotify  is:

Open terminal and type:

spotify --no-zygote

Then automatically Spotify will open. 

HOW TO UNINSTALL SPOTIFY:

sudo apt-get --purge remove spotify-client

And follow instructions. 

16 julio 2021

Cómo instalar o desinstalar spotify en chromebook linux beta

Este artículo es para Linux Debian, que es la que se puede habilitar (linux beta) en el sistema chrome os de los chromebooks. Para instalar la versión de escritorio de Spotify en un chromebook tenemos q hacerlo a través de la terminal de linux beta (q debemos tener activado). 

CÓMO INSTALAR SPOTIFY:

Abrimos la app Terminal de linux y escribimos:

sudo apt-get install spotify-client 

Responder que sí queremos instalar escribiendo: y

Una vez instalada es muy probable que al abrir Spotify, se nos cierre al instante. En linux la app suele hacer crash. 

El truco para abrir Spotify es:

Abrir la terminal y escribir:

spotify --no-zygote

Entonces, automáticamente, Spotify se abrirá. 

CÓMO DESINSTALAR SPOTIFY:

sudo apt-get --purge remove spotify-client

Y seguir instrucciones. 

Quick way to install Firefox on linux beta - chromebook

There is a firefox version you can install quickly if you don't wanna waste time with codes and file managers, or you are just beginning...