Today, I had another small adventure: updating my packages list on Arch Linux, I got this error:
How dealing with it?
There are two options:
- Following the Resetting all the keys section at the page of the packages management in Pacman, you remove all the keys installed in your system deleting the folder
/etc/pacman.d/gnupg
(obviously as root) and then after having runpackman-key --init
, adding the preferred keys; - You can try to simply update the known keys, i.e.
pacman-key --refresh-keys
.
I did the second one and everything was fine.