Ran sudo pacman -Syyu today
Started full system upgrade, downloaded 300+ files but then got these messages
(316/316) checking keys in keyring [######################################################] 100%
downloading required keys...
:: Import PGP key 428F7ECC7117F726, "Helmut Stult <helmut@manjaro.org>"? [Y/n] Y
error: key "428F7ECC7117F726" could not be looked up remotely
:: Import PGP key CAA6A59611C7F07E, "Philip Mueller <philm@manjaro.org>"? [Y/n] Y
error: key "CAA6A59611C7F07E" could not be looked up remotely
:: Import PGP key 150C200743ED46D8, "Mark Wagie <mark@manjaro.org>"? [Y/n] Y
error: key "150C200743ED46D8" could not be looked up remotely
error: required key missing from keyring
error: failed to commit transaction (unexpected error)
Errors occurred, no packages were upgraded.
Is it possible to fix this? Would appreciate any assistance.
==> ERROR: The keyring file /usr/share/pacman/keyrings/manjaro.gpg does not exist.
and
==> ERROR: A specified local key could not be updated from a keyserver.
In sudo sh -c 'echo keyserver hkps://sks.pod02.fleetstreetops.com >> /etc/pacman.d/gnugp/gpg.conf' there is a typo where you inverted g and p in gnupg but then it worked and I was able to update the system. Thank you!