You are not logged in.
Pages: 1
Lots of pages recommend the following action for solving "error: key X could not be looked up remotely". Unfortunately:
[ad@piracy ~]$ sudo pacman -S archlinux-keyring
resolving dependencies...
looking for conflicting packages...
Packages (1) archlinux-keyring-20210110-1
Total Installed Size: 1.31 MiB
Net Upgrade Size: 0.38 MiB
:: Proceed with installation? [Y/n]
(1/1) checking keys in keyring [##########################################] 100%
downloading required keys...
error: key "6D42BDD116E0068F" 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.Admittedly the system has been neglected for a while.
Is there some way of telling pacman to just skip the key verification?
So far I've tried these:
sudo pacman -Syu
sudo pacman -S archlinux-keyring
sudo pacman -Sy
sudo pacman -S archlinux-keyring
sudo pacman-key --refresh-keys
sudo pacman-key --recv-keys 6D42BDD116E0068F
mkdir ~/Backups
sudo mv /etc/pacman.d/gnupg Backups/
sudo pacman-key --init
sudo pacman-key --populate
sudo pacman-key --refresh-keys
sudo pacman -S archlinux-keyringbut it always comes back to this problem.
Last edited by adrianmay (2021-04-19 07:56:12)
Offline
Offline
I read that page and it doesn't help. I don't suspect the key server is misbehaving so I didn't try the ubuntu one. I tried everything else there.
Offline
The keyserver currently configured as default is often misbehaving since a few months, you should definitely try this.
Offline
Thanks! That did indeed fix it.
Should all systems use the ubuntu server at the moment then?
Offline
Pages: 1