Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] gpg --recv-keys ERROR (Read 664 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

[SOLVED] gpg --recv-keys ERROR

Installing palemoon-bin I've to recover the program key. Usually, with the command gpg --recv-keys <key to install> all is fine but now I receive this message:

supernova:[MrX]:~$ gpg --recv-keys 865E6C87C65285EC
gpg: ricezione dal keyserver fallita: Errore generale

I've the same error also on the  notebook that I use daily; was a lot of time that I didn't use this command.

Any idea? Thank you

Re: gpg --recv-keys ERROR

Reply #1
The solution was here, Thank you Glats:

The keyserver sometimes are outdated so you have to pick the one is updated. The server more updated i found is https://pgp.circl.lu
You need to add it on
Code: [Select]

$ vi /etc/pacman.d/gpg.conf

Code: [Select]

keyserver hkps://pgp.circl.lu

The last week multiples keyserver were down. So you have to be aware if you encountered with this error.

If you instal something yiwht yay or another aur helper and need to import a key, you need to configure it this way:
Code: [Select]

$ mkdir -p ~/.gnupg/
$ vi ~/.gnupg/gpg.conf

then add
Code: [Select]

keyserver hkps.pool.sks-keyservers.net