Announcements

Help Wizard

Step 1

NEXT STEP

FAQs

Please see below the most popular frequently asked questions.

Loading article...

Loading faqs...

VIEW ALL

Ongoing Issues

Please see below the current ongoing issues which are under investigation.

Loading issue...

Loading ongoing issues...

VIEW ALL

Instalando en Ubuntu 14.04 en la terminal me dice " SUDO: UPDATE: COMMAND NOT FOUND "

Solved!

Instalando en Ubuntu 14.04 en la terminal me dice " SUDO: UPDATE: COMMAND NOT FOUND "

Hola a todos:

 

La instalación hecha hasta el momento es:

 

angel@angel-sobremesa:~$ sudo apt-key adv --keyserver hkp: //keyserver.ubuntu.com: 80 --recv teclas BBEBDCB318AD50EC6865090613B00F1FD2C19886
[sudo] password for angel:
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.UgxFWEpCVJ --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyring /etc/apt/trusted.gpg.d/diesch-testing.gpg --keyserver hkp: //keyserver.ubuntu.com: 80 --recv teclas BBEBDCB318AD50EC6865090613B00F1FD2C19886
uso: gpg [opciones] [nombre_archivo]
angel@angel-sobremesa:~$ echo deb http://repository.spotify.com estable no libre | sudo tee /etc/apt/sources.list.d/spotify.list
deb http://repository.spotify.com estable no libre
angel@angel-sobremesa:~$ sudo update apt-get
sudo: update: command not found
angel@angel-sobremesa:~$ sudo update apt-get
sudo: update: command not found
angel@angel-sobremesa:~$

 

Agradecería que alguien me diga como solucionar este problema.

Nota: La cuenta de Spotfy es FREE.

Reply

Accepted Solutions
Marked as solution

Hey @asertij,

 

Welcome to Spotify Community!

I don't speak Spanish, but I noticed few wrong things:

 

I am not sure if you should add spotify to your library using your local language.

echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list

And you the correct command is:

sudo apt-get update

And finally you can install Spotify:

sudo apt-get install spotify-client

View solution in original post

3 Replies
Marked as solution

Hey @asertij,

 

Welcome to Spotify Community!

I don't speak Spanish, but I noticed few wrong things:

 

I am not sure if you should add spotify to your library using your local language.

echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list

And you the correct command is:

sudo apt-get update

And finally you can install Spotify:

sudo apt-get install spotify-client

Thank you very much.
He instalado Spotify correctamente.

echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list

Suggested posts