"Следующие подписи не могут быть проверены, поскольку открытый ключ недоступен: NO_PUBKEY 16126D3A3E5C1192" [duplicate]

На этот вопрос уже есть ответ здесь:

$ sudo apt-get update
W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://extras.ubuntu.com maverick Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 16126D3A3E5C1192
W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/maverick/Release  
W: Some index files failed to download, they have been ignored, or old ones used instead.

Как убрать эти предупреждения? Запуск apt-get update дал мне эти предупреждения с самого начала моей свежей установки 10.10.

11
задан 11 September 2014 в 06:26

1 ответ

Вариант 1

Из здесь :

sudo apt-get install --reinstall ubuntu-extras-keyring

Вариант 2

См. здесь .

Краткое описание:

Откройте терминал и выполните следующие команды:

gpg --keyserver keyserver.ubuntu.com --recv 3E5C1192
gpg --export --armor 3E5C1192 | sudo apt-key add -
sudo apt-get update
0
ответ дан 11 September 2014 в 06:26

Другие вопросы по тегам:

Похожие вопросы: