Dado que tengo Spotify instalado en mi sistema ubuntu cuando actualizo usando:
sudo apt-get update
Entonces me sale este error:
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://repository.spotify.com stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 13B00F1FD2C19886
W: Failed to fetch http://repository.spotify.com/dists/stable/InRelease
W: Some index files failed to download. They have been ignored, or old ones used instead.
Respuestas:
Esto sucede cuando de alguna manera habíamos perdido las llaves.
Para resolver, he ejecutado el primer paso que se detalla aquí https://www.spotify.com/de/download/linux/
fuente
gpg: failed to start the dirmngr '/usr/bin/dirmngr': No such file or directory
intento de ejecuciónsudo apt install dirmngr
Yo tuve el mismo problema. Básicamente, lo que puede hacer es manejarlo a través de Y-PPA-Manager. Entonces, siga los pasos exactos,
sudo add-apt-repository ppa:webupd8team/y-ppa-manager
para agregar el repositorio webupd8.sudo apt update
sudo apt install y-ppa-manager
y-ppa-manager
para ejecutar el y-ppa-manager .apt update
fuente