01-29-2022, 08:31 AM
The problem with the keyring during system update can be fixed by resetting and reimporting the keys again.
After that you should be able to update the system. I also wiped the gnupg files in between, so if the steps above did not work for you, try to "sudo mv /etc/pacman.d/gnupg /etc/pacman.d/gnupg.old" so that the pacman-init command will recreate the files.
Sources: https://forum.manjaro.org/t/my-keyring-i...ly/71486/4 and https://wiki.manjaro.org/index.php/Pacma...Resolution
Code:
sudo systemctl start pacman-init
sudo pacman -Syy
sudo pacman-key --refresh-keys
sudo pacman-key --populate archlinux manjaro
sudo pacman -Sc
After that you should be able to update the system. I also wiped the gnupg files in between, so if the steps above did not work for you, try to "sudo mv /etc/pacman.d/gnupg /etc/pacman.d/gnupg.old" so that the pacman-init command will recreate the files.
Sources: https://forum.manjaro.org/t/my-keyring-i...ly/71486/4 and https://wiki.manjaro.org/index.php/Pacma...Resolution