I’m trying to install protonvpn from AUR with yay:
$ yay -S protonvpn
[...]
:: PGP keys need importing:
-> A884 41BD 4864 F95B EE08 E63A 71EB 4740 1994 0E11, required by: python-proton-client python-protonvpn-nm-lib protonvpn-cli protonvpn-gui protonvpn
==> Import? [Y/n]
:: Importing keys with gpg...
gpg: keyserver receive failed: No name
problem importing keys
So I tried updating keys (with ubuntu keyserver because I read that this one would be good), some keys seem to work, others fail:
$ sudo pacman-key --keyserver keyserver.ubuntu.com --refresh-keys
[...]
gpg: key 786C63F330D7CB92: no user ID for key signature packet of class 10
[...]
gpg: public key DB323392796CA067 is 3037 days newer than the signature
[....]
gpg: error retrieving 'bruno.pagani@obspm.fr' via WKD: No data
gpg: error reading key: No data
[...]
I then looked for the gpg.conf file, but I noticed, that I don’t have one:
$ pwd
/home/user1/.gnupg
$ ls
crls.d private-keys-v1.d pubring.kbx pubring.kbx~ trustdb.gpg
What’s going on here, and how can I fix this?