Artix Linux Forum

Artix Linux => Package management => Topic started by: stonesword on 10 September 2022, 09:02:03

Title: Pacman Dudemanguy signature
Post by: stonesword on 10 September 2022, 09:02:03
When updating my system for the first time in a while (over a week), I get this error:

Code: [Select]
error: archlinux-keyring: signature from "Dudemanguy <[email protected]>" is unknown trust
:: File /var/cache/pacman/pkg/archlinux-keyring-20220831-1.1-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n]

I have tried removing /etc/pacman.d/gnupg and regenerating it with pacman-key --init and pacman-key --populate archlinux artix. I have also tried pacman-key --refresh-keys. No other package (that i can find) is affected by this issue. I have the universe repository enabled.
Title: Re: Pacman Dudemanguy signature
Post by: Dudemanguy on 10 September 2022, 16:08:34
Install/update artix-keyring first. It should be 20220901-1.
Title: Re: Pacman Dudemanguy signature
Post by: bodsch on 11 September 2022, 13:39:16
I have the same problem.
The `artix-keyring-20220901-1` is up to date

After install the archlinux-keyring i become this error:

pacman     --noconfirm     --sync       archlinux-keyring
 ---> Running in d2fad7174a3a
resolving dependencies...
looking for conflicting packages...

Package (1)                 New Version   Net Change  Download Size

universe/archlinux-keyring  20220831-1.1    1.56 MiB       1.10 MiB

Total Download Size:   1.10 MiB
Total Installed Size:  1.56 MiB

:: Proceed with installation? [Y/n]
:: Retrieving packages...
checking keyring...
checking package integrity...
:: File /var/cache/pacman/pkg/archlinux-keyring-20220831-1.1-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] error: archlinux-keyring: signature from "Dudemanguy <[email protected]>" is unknown trust
error: failed to commit transaction (invalid or corrupted package (PGP signature))



Regards.
Title: Re: Pacman Dudemanguy signature
Post by: Parthen on 11 September 2022, 15:06:25
Install/update artix-keyring first. It should be 20220901-1.

I also had this error and this helps. Thank you!
Title: Re: Pacman Dudemanguy signature
Post by: rayburn on 12 September 2022, 19:40:06
Install/update artix-keyring first. It should be 20220901-1.

Thank you! This worked for me too.