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
This might help you:
https://artixlinux.org/news.php#artix-archlinux-support_moves_to_%5Buniverse%5D
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]
Never install a package like that (https://wiki.archlinux.org/title/System_maintenance#Partial_upgrades_are_unsupported)
Actually keyring is probably the only package which can be upgraded with -Sy
I would try something like this
# pacman -Sy artix-keyring && pacman -Sy archlinux-keyring && pacman -Su
Even wiki (https://wiki.archlinux.org/title/Pacman/Package_signing#Upgrade_system_regularly) says it can be done
Or I would run
# pacman-key --init && pacman-key --populate archlinux artix
from wiki (https://wiki.artixlinux.org/Main/Troubleshooting#Invalid_or_corrupted_packages_.28PGP_signature.29)