Mostrando las entradas con la etiqueta gpg. Mostrar todas las entradas
Mostrando las entradas con la etiqueta gpg. Mostrar todas las entradas

27 may 2013

There is no public key available for the following key IDs


...

W: There is no public key available for the following key IDs:

8B48AD6246925553
W: There is no public key available for the following key IDs:
8B48AD6246925553

En oportunidades cuando se hace apt-get update se presenta un error como este de claves publicas la cual debemos simplemente añadir, para esto ejecutamos los siguientes comandos:


# gpg --keyserver subkeys.pgp.net --recv-keys 8B48AD6246925553 
# gpg --armor --export 8B48AD6246925553 | apt-key add -


y finalmente hacemos nuevamente


# apt-get update