firmas inválidas EXPKEYSIG


11

lo siento si hice algo tonto pero realmente agradecería un poco de ayuda.

esto aparece cada vez que intento buscar actualizaciones

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>

Respuestas:


21

Debe visitar la página del repositorio y volver a agregar la clave de firma del repositorio nuevamente:

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

Trabajado como un encanto. ¡¡Muchas gracias!!
tipavi

gracias hombre, me ayudó
Landsman
Al usar nuestro sitio, usted reconoce que ha leído y comprende nuestra Política de Cookies y Política de Privacidad.
Licensed under cc by-sa 3.0 with attribution required.