Project

General

Profile

Keyring signature issue, I can't update my system

0x22 - almost 2 years ago -

error: archlinux32-keyring: signature from "Erich Eckner (just to sign arch packages) <>" is unknown trust

I tried running pacman-key --refresh-keys as the install guide suggested however it didn't solve anything, I also tried refreshing all the keys but that had no use either. What should I do, I can't perform system updates because of this.


Replies (1)

RE: Keyring signature issue, I can't update my system - bill-auger - almost 2 years ago -

the archlinux32 keyring problem will be solved with the next pacman - for now, you can get past one of two ways

for x86_64, appending to pacman or pacstrap commands, like so:

# pacstrap /mnt --assume-installed=archlinux32-keyring <PKGS>

or for i686, or if `--assume-installed=` does not work for x86_64:

# pacman -Sy parabola-keyring
# pacman -U https://repo.parabola.nu/pool/parabola/archlinux32-keyring-20220209-1.0.parabola2-any.pkg.tar.zst
# pacman -S archlinux-keyring

    (1-1/1)