By admin

2 thoughts on “Problems with apt-get in ubuntu (NO_PUBKEY 9AA38DCD55BE302B NO_PUBKEY 4D270D06F42584E6)”
  1. I’ve been Googling around a bit and that keyserver is notoriously unreliable. Currently it doesn’t even respond, but I’ve also read that when it does keys that should be there aren’t.
    I’ve found an alternative: wwwkeys.eu.pgp.net

  2. gpg –keyserver wwwkeys.eu.pgp.net –recv-keys 9AA38DCD55BE302B
    gpg –armor –export 9AA38DCD55BE302B | apt-key add –

    gpg –keyserver wwwkeys.eu.pgp.net –recv-keys 4D270D06F42584E6
    gpg –armor –export 4D270D06F42584E6 | apt-key add –

Leave a Reply

Your email address will not be published. Required fields are marked *