You are not logged in.
I currently cannot upgrade my system:
pacman -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
Packages (1) libcap-2.65-1
Total Installed Size: 0.21 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n]
(1/1) checking keys in keyring [########################################################################################] 100%
downloading required keys...
:: Import PGP key 139B09DA5BF0D338, "David Runge <dvzrv@archlinux.org>"? [Y/n]
error: key "139B09DA5BF0D338" could not be looked up remotely
error: required key missing from keyring
error: failed to commit transaction (unexpected error)
Errors occurred, no packages were upgraded.
The mirror is up-to-date.
I also tried several other mirrors.
Same issue with all of them.
Related (but different topic): https://bbs.archlinux.org/viewtopic.php?id=278389
I, once again, was too quick to post.
Solved with:
# pacman-key --init; pacman-key --populate archlinux
Last edited by schard (2022-07-26 12:14:01)
Offline
pacman -S archlinux-keyring; pacman -Su
Offline