En una instancia Amazon AWS, con un debian nuevito, mi
# apt-get update
me tiraba un error molesto al final del update:
...
Reading package lists... Done
W: GPG error: http://security.debian.org lenny/updates Release: The following si
gnatures couldn't be verified because the public key is not available: NO_PUBKEY
AED4B06F473041FA
W: You may want to run apt-get update to correct these problems
Bien, un error por la ausencia de las claves necesarias (seguramente no han sido instaladas en la instancia de Amazon).
Solución:
# apt-get install debian-keyring
# apt-get install debian-archive-keyring
En algunos casos, solo la primera linea ya es suficiente.
sPohlmann
No hay comentarios:
Publicar un comentario