this post was submitted on 23 May 2024
9 points (100.0% liked)

LibreWolf

3047 readers
6 users here now

Welcome to the official community for LibreWolf.

LibreWolf is designed to increase protection against tracking and fingerprinting techniques, while also including a few security improvements. LibreWolf also aims to remove all the telemetry, data collection and annoyances, as well as disabling anti-freedom features like DRM. If you have any question please visit our FAQ first: https://librewolf.net/docs/faq/

To learn more or to download the browser visit the website: https://librewolf.net/

If you want to contribute head over to our Codeberg: https://codeberg.org/librewolf

founded 3 years ago
MODERATORS
 

Hello guys! I have done a fresh install of Arch Linux with KDE. The first thing to do was downloading Librewolf but there is an issue. I used an installation way that is without an AUR helper. And the package named librewolf-bin. System updated, git command executed, changed directory to librewolf-bin, executed the makepkg -si. But it couldn't verify PGP signatures.

-> Downloading librewolf-126.0-1-linux-x86_64-package.tar.bz2.sig... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 566 100 566 0 0 1257 0 --:--:-- --:--:-- --:--:-- 1260 ==> Validating source files with sha256sums... source ... Passed default192x192.png ... Passed librewolf.desktop ... Passed ==> Validating source_x86_64 files with sha256sums... librewolf-126.0-1-linux-x86_64-package.tar.bz2 ... Passed librewolf-126.0-1-linux-x86_64-package.tar.bz2.sig ... Skipped ==> Verifying source file signatures with gpg... librewolf-126.0-1-linux-x86_64-package.tar.bz2 ... FAILED (unknown public key 8A74EAAF89C17944) ==> ERROR: One or more PGP signatures could not be verified!

-end-

you are viewing a single comment's thread
view the rest of the comments
[–] lemmyreader@lemmy.ml 3 points 3 months ago (1 children)

You can go to https://keyserver.ubuntu.com in your browser and then use the Search key option and then download the public key (pub entry). Then use gpg --import 0000000000111111112222222222222.asc where 0000000000111111112222222222222.asc is the name of the downloaded public key file.

[–] bitahcold@lemmy.world 1 points 3 months ago (1 children)

Oh, thank you. First key didn't work but the second did. That helped me very much. Thanks for help again, goodbye.

[–] lemmyreader@lemmy.ml 2 points 3 months ago

You're welcome.