You are not logged in.
Posting this here as this is my firest question in the archlinux forum and I am not entirely sure where it would go.
When doing
# pacman -Syuit fails with several of the downloaded package files (e.g.
/var/cache/pacman/pkg/libcap-2.65-1-x86_64.pkg.tar.zst) ending in an error:
error: libcap: signature from "David Runge <dvzrv@archlinux.org>" is marginal trust
:: File /var/cache/pacman/pkg/libcap-2.65-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] Pressing enter or entering Y deletes the file.
In no particular order I already tried to (in no particular order)
- clear the cache
# pacman -S --clear --clear [I do know that I should not hav used the 2nd '--clear' because that was just unnecessary...]
- (re-)initialize the key-storage
# pacman-key --init followed by
- downloading the keys
# pacman-key --populate- doing several upgrades
# pacman -SyuUnfortuanately I do not know whether the order of any of these commands would have mattered...
Any help will be greatly appreciated as I am currently unable to upgrade - thank you all in advance!
Offline
Update archlinux-keyring first.
Offline
Thank you - updating the package archlinux-keyring
# pacman -S archlinux-keyringand doing
# pacman -Syu right afterwards fixed everything!
There are no update errors anymore.
Offline