Skip to main content
Topic: "pacman -Sy gnupg archlinux-keyring artix-keyring" fails (Read 2254 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

"pacman -Sy gnupg archlinux-keyring artix-keyring" fails

Hello together,

last time i executed this was on 15th this month and it works.

Now i got an error: (something like)
Error: Target not found: archlinux-keyring

For suggestions i would be very grateful
Thanks


Re: "pacman -Sy gnupg archlinux-keyring artix-keyring" fails

Reply #2
Thanks very much for your advice.
Enable universe repo in /etc/pacman.conf solved the problem so far.

But now i got the following error message:
error: archlinux-keyring: signature from... is unknown trust
file /var/cache/pacman/pkg/archlinux-keyring-20220424-1-any.pkg.tar.zst is corrupted package (invalid or corrupted package (PGP-signature))
Do you want to delete it? [Y/n]

Re: "pacman -Sy gnupg archlinux-keyring artix-keyring" fails

Reply #3
Thanks very much for your advice.
Enable universe repo in /etc/pacman.conf solved the problem so far.

But now i got the following error message:
error: archlinux-keyring: signature from... is unknown trust
file /var/cache/pacman/pkg/archlinux-keyring-20220424-1-any.pkg.tar.zst is corrupted package (invalid or corrupted package (PGP-signature))
Do you want to delete it? [Y/n]

Try googling this one.


Re: "pacman -Sy gnupg archlinux-keyring artix-keyring" fails

Reply #5
Actually keyring is probably the only package which can be upgraded with -Sy
I would try something like this
Code: [Select]
# pacman -Sy artix-keyring && pacman -Sy archlinux-keyring && pacman -Su
Even wiki says it can be done
Or I would run
Code: [Select]
# pacman-key --init && pacman-key --populate archlinux artix
from wiki