Учитывая, что я установил spotify в моей системе Ubuntu при обновлении с помощью:
sudo apt-get update
Тогда я получаю эту ошибку:
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.
Ответы:
Это случилось, когда мы как-то потеряли ключи.
Чтобы решить, я выполнил первый шаг, перечисленный здесь https://www.spotify.com/de/download/linux/
источник
gpg: failed to start the dirmngr '/usr/bin/dirmngr': No such file or directory
попробуйте запуститьsudo apt install dirmngr
У меня такая же проблема. По сути, вы можете справиться с этим через Y-PPA-Manager. Пожалуйста, следуйте точным инструкциям,
sudo add-apt-repository ppa:webupd8team/y-ppa-manager
добавить репозиторий webupd8.sudo apt update
sudo apt install y-ppa-manager
y-ppa-manager
запустить y-ppa-менеджер .apt update
источник