web-dev-qa-db-fra.com

'http://download.opensuse.org/repositories/home:/strycore/xUbuntu_16.04 ./ Release' n'est pas signé

W: GPG error: http://download.opensuse.org/repositories/home:/strycore/xUbuntu_16.04 ./ Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2F7F0DA5FD5B64B9
W: The repository 'http://download.opensuse.org/repositories/home:/strycore/xUbuntu_16.04 ./ Release' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.

J'essaie de me débarrasser du message d'erreur ci-dessus apparemment lié à la clé de libération et à l'url opensuse.

Quelle serait la bonne solution?

3
Beverlie

Cela a fonctionné pour moi:

wget -nv https://download.opensuse.org/repositories/home:selmf/xUbuntu_16.04/Release.key -O Release.key
Sudo apt-key add - < Release.key
Sudo apt-get update

Source

4
marc.d