web-dev-qa-db-fra.com

Je ne peux pas mettre à jour car le référentiel 'http://download.opensuse.org/repositories/home:/strycore/xUbuntu_16.04 ./ Release' n'est pas signé

Chaque fois que j'essaie de mettre à jour le terminal me le dit

Ign:20 http://download.opensuse.org/repositories/home:/strycore/xUbuntu_16.04 ./ Release.gpg
Reading package lists... Done 
W: GPG error: http://download.opensuse.org/repositories/home:/strycore/xUbuntu_16.04 ./ Release: The following signatures were invalid: EXPKEYSIG 2F7F0DA5FD5B64B9 home:strycore OBS Project <home:[email protected]>
E: The repository 'http://download.opensuse.org/repositories/home:/strycore/xUbuntu_16.04 ./ Release' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

La réponse ici '' http://download.opensuse.org/repositories/home:/strycore/xUbuntu_16.04 ./ Release 'n'est pas signée ne résout pas mon problème.

3
NilNail Screw

La clé est expirée, vous pouvez essayer de la télécharger à nouveau.

wget -qO - https://download.opensuse.org/repositories/home:/strycore/xUbuntu_16.04/Release.key | Sudo apt-key add -
Sudo apt-get update
4
Liso