Étant donné que j'ai installé Spotify sur mon système Ubuntu lorsque je mets à niveau en utilisant:
sudo apt-get update
Ensuite, je reçois cette erreur:
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.
Réponses:
Cela se produit lorsque nous avons perdu les clés.
Pour résoudre, j'ai exécuté la première étape répertoriée ici https://www.spotify.com/de/download/linux/
la source
gpg: failed to start the dirmngr '/usr/bin/dirmngr': No such file or directory
essayer de courirsudo apt install dirmngr
J'ai eu le même problème. Fondamentalement, ce que vous pouvez faire est de le gérer via Y-PPA-Manager. Veuillez donc suivre les étapes exactes,
sudo add-apt-repository ppa:webupd8team/y-ppa-manager
pour ajouter le référentiel webupd8.sudo apt update
sudo apt install y-ppa-manager
y-ppa-manager
pour exécuter le gestionnaire y-ppa .apt update
la source