Differences between revisions 1 and 2
Revision 1 as of 2021-03-02 01:54:12
Size: 215
Editor: merlyn
Comment:
Revision 2 as of 2021-03-02 02:19:56
Size: 307
Editor: merlyn
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Line 10: Line 9:

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

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

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

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