Re: error: universe: key "A574A1915CEDE31A3BFF5A68606520ACB886B428" is unknown
Reply #4 –
I keep the additional Artix repos enabled above the Arch ones just in case there is something I install which is in there. The wiki says:
"As of September 2023 the Universe repository has been discontinued. Virtually all of its packages have been moved to the Galaxy repository. "
But there are still some packages in there which have been updated as recently as January this year, and the wiki doesn't actually say to delete the entry or anything. The error seems to come from this:
universe.db.sig 07-Mar-2025 21:24
The signature was updated yesterday which makes sense because I had updated earlier that day without the error.
The first time the error appears I am given an option to import the key which fails but says it is from nous:
sudo pacman -Sl universe | grep "\[installed\]"
error: universe: key "A574A1915CEDE31A3BFF5A68606520ACB886B428" is unknown
:: Import PGP key A574A1915CEDE31A3BFF5A68606520ACB886B428? [Y/n] y
error: universe: signature from "Christos Nouskas <[email protected]>" is unknown trust
error: database 'universe' is not valid (invalid or corrupted database (PGP signature))
The only way to carry out any further updates I found is to comment out the universe repo entry in /etc/pacman.conf because pacman fails to work afterwards, the few other things I tried didn't help, eg gpg --search-keys / --recv-keys A574... and pacman-key --init / --populate-artix / --refresh-keys.