Search

Search found 1 match

by bcmpinc
11 Apr 2009, 01:08
Forum: Linux
Topic: public key is not available
Replies: 6
Views: 2258

Re: public key is not available

I've came across the same problem.
running the following commands fixed it.

Code: Select all

gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys FC66403D8670A035 41A58AF1BE5372EB
gpg -a --export FC66403D8670A035 | sudo apt-key add -
gpg -a --export 41A58AF1BE5372EB | sudo apt-key add -

Go to advanced search