Differences between revisions 2 and 3
Revision 2 as of 2021-03-02 02:19:56
Size: 307
Editor: merlyn
Comment:
Revision 3 as of 2021-03-02 02:20:25
Size: 397
Editor: merlyn
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:


== References ==
https://arcolinux.com/fix-for-key-could-not-be-looked-up-remotely/

keyring error

# rm -R /etc/pacman.d/gnupg/
# rm -R /root/.gnupg/  # only if the directory exists
# gpg --refresh-keys
# pacman-key --init && pacman-key --populate
# pacman-key --refresh-keys

subl3 /etc/pacman.d/gnupg/gpg.conf

keyserver hkp://pool.sks-keyservers.net:80

References

https://arcolinux.com/fix-for-key-could-not-be-looked-up-remotely/

Linux/Archlinux (last edited 2021-03-02 02:20:25 by merlyn)