Cuando sudo apt-get update
recibo el error que se muestra a continuación.
W: An error occurred during the signature verification.
The repository is not updated and the previous index files will be used.
GPG error: https://dl.winehq.org/wine-builds/ubuntu bionic InRelease:
The following signatures couldn't be verified
because the public key is not available: NO_PUBKEY 76F1A20FF987672F
W: Failed to fetch https://dl.winehq.org/wine-builds/ubuntu/dists/bionic/InRelease
The following signatures couldn't be verified
because the public key is not available: NO_PUBKEY 76F1A20FF987672F
W: Some index files failed to download. They have been ignored, or old ones used instead.
Así que sigo adelante y cambio mi espejo como lo sugiere esta pregunta a Ubuntu . Luego reinicio la computadora. Y todavía recibo el mismo error anterior cuando yo sudo apt-get update
.
Probemos y reinstalemos las claves.
$ wget -nc https://dl.winehq.org/wine-builds/Release.key && sudo apt-key add Release.key
File ‘Release.key’ already there; not retrieving. OK
Y podría también ping -c3 archive.ubuntu.com
y mi pérdida de paquetes es del 0%. ¿Qué más necesito hacer?