1

apt-get update returns:

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

i've tried:

sudo apt-get clean
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D46F45428842CE5E

also tried the fix for bug 1263540, all without success.

fairly new to ubuntu too.

Any ideas?

muru
  • 207,228
lsaw
  • 11

1 Answers1

0

Found this server for this key but unfortunately seems down.

apt-key adv --keyserver hkp://subkeys.pgp.net --recv-keys D46F45428842CE5E

At least try this: Try to import all missing GPG keys

Marko
  • 56