GPG error: http://ppa.launchpad.net intrepid Release.

15 03 2009

Si s’utilitzen repositoris de http://ppa.launchpad.net, dona l’error del títol quan es fan actualitzacions.
Si s’executa la instrucció:

laptop:~$ sudo apt-get update

Apareix el següent missatge:
GPG error: http://ppa.launchpad.net intrepid Release: Les següents signatures no s’han pogut verificar perquè la clau pública no està disponible: NO_PUBKEY 3B81A3FBA47394CE

SOLUCIÓ:

  • Executem:

laptop:~$ gpg --keyserver keyserver.ubuntu.com --recv A47394CE

A47394CE:  Son les ultimes 8 xifres de NO_PUBKEY 3B81A3FBA47394CE

laptop:~$ gpg –keyserver keyserver.ubuntu.com –recv A47394CE
gpg: requesting key A47394CE from hkp server keyserver.ubuntu.com
gpg: key A47394CE: public key “Launchpad PPA for Philip Newborough” imported
gpg: Nombre total processat: 1
gpg:               importades: 1  (RSA: 1)

  • Executem:

laptop:~$ gpg --export --armor A47394CE | sudo apt-key add -

laptop:~$ gpg –export –armor A47394CE | sudo apt-key add -
OK

  • I per últim executem:

laptop:~$ sudo apt-get update

i ja no dona l’error.

Via: http://www.ubuntu-es.org/index.php?q=node/109882