Author Topic: 810 alpha MD no public key - info only  (Read 2472 times)

pigdog

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1105
    • View Profile
810 alpha MD no public key - info only
« on: April 21, 2009, 05:07:12 pm »
Hi,

I tried to do an apt-get update on a MD and got a no public key - NO_PUBKEY XXXXXXXXXXXX error.

Where XXXXXXX is the number returned.

To recover I had to do the following 2 commands...

gpg --keyserver subkeys.pgp.net --recv XXXXXXXXX (the number)

gpg --export --armor XXXXXXXXX | sudo apt-key add -

After executing these commands my apt-get update ran fine.

apt-get dist-upgrade did not cause any problems, just apt-get update.

Cheers.
« Last Edit: April 22, 2009, 02:52:39 pm by pigdog »