Librewolf-bin install error with keyring?

Tried installing an update via

yay -Syu

But ended up with the following results after the ensuing sequence.

git clone ``https://aur.archlinux.org/librewolf-bin.git

cd librewolf-bin

makepkg -si

==> Verifying source file signatures with gpg…
librewolf-150.0.1-1-linux-x86_64-package.tar.xz … FAILED (unknown public key 915585A1C36690B1)
==> ERROR: One or more PGP signatures could not be verified!

I tried using this following sequence of commands to fix it but ended up with the exact same error using the above command chain just the same.

sudo cp -rf /etc/pacman.d/gnupg /etc/pacman.d/gnupg.bkup
sudo rm -rf /etc/pacman.d/gnupg
sudo pacman-key --init
sudo pacman-key --populate archlinux
sudo systemctl reboot

Followed by:

sudo pacman-key --add enos.pgp
sudo pacman-key --populate endeavouros

What do I do to actually complete a safe install of libre-wolf without using source?

Exactly the same issue here. For nme its working like that:

gpg --recv-keys 915585A1C36690B1

if you want it in your pacman

gpg --export 915585A1C36690B1 | sudo pacman-key --add -
sudo pacman-key --lsign-key 915585A1C36690B1

then update with yay

See this comment from the packager

thank you. works here, too :slight_smile:

It does seem there’s some issues with keyserver.ubuntu.com. I had similar issues updating Librewolf, and again when pulling keys for lib32-gstreamer. In the end the solution was pointing it to a different valid key-server.

Perhaps related to the DDoS against Ubuntu?

Right! That could be the case.

Oh that! I had forgotten about it totally. Could be.

Edit: https://keyserver.ubuntu.com/ is unreachable on my end. So that’s that.

Sorry for the delay. But this did end up working. Thanks!