Biorąc pod uwagę, że mam zainstalowany Spotify w moim systemie Ubuntu Kiedy aktualizuję za pomocą:
sudo apt-get update
Wtedy pojawia się ten błąd:
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.
Odpowiedzi:
Dzieje się tak, gdy jakoś zgubiliśmy klucze.
Aby rozwiązać, wykonałem pierwszy krok wymieniony tutaj https://www.spotify.com/de/download/linux/
źródło
gpg: failed to start the dirmngr '/usr/bin/dirmngr': No such file or directory
spróbuj uruchomićsudo apt install dirmngr
Miałem ten sam problem. Zasadniczo możesz to zrobić za pomocą Menedżera Y-PPA. Więc proszę wykonać dokładne kroki,
sudo add-apt-repository ppa:webupd8team/y-ppa-manager
dodać repozytorium webupd8.sudo apt update
sudo apt install y-ppa-manager
y-ppa-manager
aby uruchomić y-ppa-manager .apt update
źródło