Dado que eu tenho o spotify instalado no meu sistema ubuntu Quando atualizo usando:
sudo apt-get update
Então eu recebo este erro:
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.
Respostas:
Isso aconteceu quando, de alguma forma, perdemos as chaves.
Para resolver, executei o primeiro passo listado aqui https://www.spotify.com/de/download/linux/
fonte
gpg: failed to start the dirmngr '/usr/bin/dirmngr': No such file or directory
tente executarsudo apt install dirmngr
Eu tive o mesmo problema. Basicamente, o que você pode fazer é lidar com isso através do Y-PPA-Manager. Então, siga as etapas exatas,
sudo add-apt-repository ppa:webupd8team/y-ppa-manager
para adicionar o repositório webupd8.sudo apt update
sudo apt install y-ppa-manager
y-ppa-manager
para executar o y-ppa-manager .apt update
fonte