неверные подписи EXPKEYSIG


11

извините, если я сделал что-то глупое, но я очень признателен за помощь

это происходит всякий раз, когда я пытаюсь проверить наличие обновлений

W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://download.opensuse.org/repositories/home:/strycore/xUbuntu_18.04  Release: The following signatures were invalid: EXPKEYSIG 2F7F0DA5FD5B64B9 home:strycore OBS Project <home:strycore@build.opensuse.org>
W: Failed to fetch http://download.opensuse.org/repositories/home:/strycore/xUbuntu_18.04/Release.gpg  The following signatures were invalid: EXPKEYSIG 2F7F0DA5FD5B64B9 home:strycore OBS Project <home:strycore@build.opensuse.org>

Ответы:


21

Вы должны посетить страницу хранилища и снова добавить ключ подписи хранилища:

wget -nv https://download.opensuse.org/repositories/home:strycore/xUbuntu_18.04/Release.key -O Release.key
sudo apt-key add - < Release.key
sudo apt-get update

Работал как шарм. Большое спасибо!!
Типави

спасибо человеку, помог мне
земляка
Используя наш сайт, вы подтверждаете, что прочитали и поняли нашу Политику в отношении файлов cookie и Политику конфиденциальности.
Licensed under cc by-sa 3.0 with attribution required.