5

When I apt-get update I get the following error:

W: GPG error: http://ppa.launchpad.net maverick Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DA360C64005E0276

How to fix this? Where can I find this key to import it?

hhlp
  • 42,872
Ivan
  • 58,745

2 Answers2

9

it's easy you have to download the PPA GPG key :

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 005E0276

and then :

sudo aptitude update or sudo apt-get update again.

hhlp
  • 42,872
1

I wrote a small script a while back that imports all missing GPG keys automatically so if you ever come upon errors like this, check it out: launchpad-getkeys.

Alin Andrei
  • 7,358