Hoy, después de que corrí sudo apt-get update
comando tengo un NO_PUBKEY
error. Intenté soluciones de aquí , aquí y y aquí (crear un truco de archivo) . Ninguno de ellos funcionó, sin embargo, y sigo teniendo los siguientes errores:
W: GPG error: http://archive.canonical.com precise Release: The following signatures were invalid: 630239CC130E1A7FD81A27B140976EAF437D05B5
W: The repository 'http://archive.canonical.com precise 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.
Así que, en particular lo que obtengo al escribir
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv-keys 630239CC130E1A7FD81A27B140976EAF437D05B5
es
Executing: /tmp/apt-key-gpghome.FQVhh2ndBW/gpg.1.sh --keyserver hkp://keyserver.ubuntu.com --recv-keys 630239CC130E1A7FD81A27B140976EAF437D05B5
gpg: key 40976EAF437D05B5: "Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
Y si pongo la información clave en el archivo .txt aunque lo consiga:
sudo apt-key add ~/Ubuntu.txt
OK
y
sudo gpg --export --armor 40976EAF437D05B5 | sudo apt-key add
OK
El error sigue ahí. ¿Qué está pasando? ¿Alguien puede ayudarme?
(Como nota al margen, también intenté usar launchpad-getkeys y y-ppa-manager pero sin éxito también)