Package Details: librewolf-bin 1:150.0.3_1-1

Git Clone URL: https://aur.archlinux.org/librewolf-bin.git (read-only, click to copy)
Package Base: librewolf-bin
Description: Community-maintained fork of Firefox, focused on privacy, security and freedom.
Upstream URL: https://librewolf.net/
Keywords: browser web
Licenses: MPL-2.0
Conflicts: librewolf
Provides: librewolf
Submitter: lsf
Maintainer: lsf
Last Packager: lsf
Votes: 626
Popularity: 22.80
First Submitted: 2019-06-16 13:12 (UTC)
Last Updated: 2026-05-13 07:44 (UTC)

Required by (39)

Sources (7)

Pinned Comments

lsf commented on 2021-11-10 12:14 (UTC) (edited on 2026-05-07 09:38 (UTC) by lsf)

https://wiki.archlinux.org/title/Arch_User_Repository#Acquire_a_PGP_public_key_if_needed

gpg --keyserver hkp://keyserver.ubuntu.com --search-keys 031F7104E932F7BD7416E7F6D2845E1305D6E801

/edit: starting with 112.0-1, the binaries are signed with the maintainers shared key, so gpg --keyserver hkp://keyserver.ubuntu.com --search-keys 662E3CDD6FE329002D0CA5BB40339DD82B12EF16 should do the trick instead. I've also signed the key with the previously used key, so you have at least some guarantee that it's not a malicious attack :)

/edit: (2026-05-07): The upstream signing sub-key was rotated, and the .tar.xz tarballs will now be signed with a new subkey. The main key id (0x662E3CDD6FE329002D0CA5BB40339DD82B12EF16) remains unchanged though, so should you get an error during signature verification about a missing (sub)key, all that's required would be to refresh the key(s) via gpg --refresh-keys 662E3CDD6FE329002D0CA5BB40339DD82B12EF16.

Latest Comments

« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 29 Next › Last »

langfingaz commented on 2023-04-16 17:44 (UTC)

Thanks for the recent update of the PKGBUILD. However, can you please add git as build dependency? (It's not part of base-devel.)

windfish commented on 2023-03-28 08:37 (UTC)

I get a bunch of permission warnings when installing the package; then I cannot open librewolf because of permission errors. When installing I get:

warning: directory permissions differ on /usr/
filesystem: 755  package: 700
…

Same warning goes for all directories. Running librewolf gives zsh: permission denied: librewolf. I had to manually change the permissions on some directories and a bunch of files in /usr/lib/librewolf as well as /usr/bin/librewolf to 755 for it to run.

eclairevoyant commented on 2023-01-27 01:54 (UTC)

@tournelhenry Import the key listed in the PKGBUILD and it should work. You can see on ubuntu's keyserver that 2954CC8585E27A3F is a subkey. If you need help importing keys review the wiki and/or ask in the Arch forums.

tournelhenry commented on 2023-01-19 21:05 (UTC)

The PGP key in the package doesn't seem to match fingerprint <031F7104E932F7BD7416E7F6D2845E1305D6E801>.

<"ERROR: One or more PGP signatures could not be verified!">

zhihong commented on 2022-12-15 02:29 (UTC)

I was able to import the key with

gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 031F7104E932F7BD7416E7F6D2845E1305D6E801

lsf commented on 2022-11-26 22:26 (UTC)

Those dependency issues are false positives. You'd even get those with firefox if it were an AUR package and not part of the repos.

Technical commented on 2022-11-26 21:48 (UTC)

Hi, I'm facing the same issue as @bbgun7 (missing dependencies). I couldn't find any other package that provides such dependencies.

File "/usr/lib/librewolf/libmozavcodec.so" from package "librewolf-bin" is missing dependency "libmozavutil.so" File "/usr/lib/librewolf/libxul.so" from package "librewolf-bin" is missing dependency "libmozsandbox.so" File "/usr/lib/librewolf/libxul.so" from package "librewolf-bin" is missing dependency "liblgpllibs.so" File "/usr/lib/librewolf/libxul.so" from package "librewolf-bin" is missing dependency "libmozsqlite3.so" File "/usr/lib/librewolf/libxul.so" from package "librewolf-bin" is missing dependency "libmozgtk.so" File "/usr/lib/librewolf/libxul.so" from package "librewolf-bin" is missing dependency "libmozwayland.so" File "/usr/lib/librewolf/plugin-container" from package "librewolf-bin" is missing dependency "libxul.so"

<deleted-account> commented on 2022-10-05 00:22 (UTC)

Getting an inner conflict between at-spi2-atk and atk.

EDIT: nevermind, it's a gtk3 issue

bbgun7 commented on 2022-09-16 00:03 (UTC) (edited on 2022-09-16 00:04 (UTC) by bbgun7)

I use the check-broken-packages pacman hook from here: https://github.com/desbma/pacman-hooks and every time librewolf updates I get the following errors: File "/usr/lib/librewolf/libmozavcodec.so" from package "librewolf-bin" is missing dependency "libmozavutil.so" File "/usr/lib/librewolf/plugin-container" from package "librewolf-bin" is missing dependency "libxul.so" File "/usr/lib/librewolf/libxul.so" from package "librewolf-bin" is missing dependency "libmozsandbox.so" File "/usr/lib/librewolf/libxul.so" from package "librewolf-bin" is missing dependency "liblgpllibs.so" File "/usr/lib/librewolf/libxul.so" from package "librewolf-bin" is missing dependency "libmozsqlite3.so" File "/usr/lib/librewolf/libxul.so" from package "librewolf-bin" is missing dependency "libmozgtk.so" File "/usr/lib/librewolf/libxul.so" from package "librewolf-bin" is missing dependency "libmozwayland.so" Is there any way to satisfy those dependencies, or should I maybe make an issue upstream?