Package Details: firefox-nightly 137.0a1+20250213.1+h67ec343f7371-1

Git Clone URL: https://aur.archlinux.org/firefox-nightly.git (read-only, click to copy)
Package Base: firefox-nightly
Description: Fast, Private & Safe Web Browser (Nightly version)
Upstream URL: https://www.mozilla.org/firefox/channel/desktop/#nightly
Keywords: browser gecko web
Licenses: MPL-2.0
Submitter: None
Maintainer: heftig
Last Packager: heftig
Votes: 615
Popularity: 0.81
First Submitted: 2008-09-10 14:23 (UTC)
Last Updated: 2025-02-13 07:59 (UTC)

Dependencies (57)

Sources (5)

Pinned Comments

heftig commented on 2022-07-27 22:26 (UTC)

Instead of building this yourself, please use the repository from https://bbs.archlinux.org/viewtopic.php?id=117157.

Not only do you skip the very time-consuming builds, but the published package also has debug symbols at Mozilla's crash reports service, which helps tremendously with finding or filing bugs for any crashes you get.

I consider this the canonical firefox-nightly package for Arch Linux.

[heftig]
SigLevel = Optional
Server = https://pkgbuild.com/~heftig/repo/$arch

Alternatively, download Firefox Nightly straight from Mozilla, extract it to a writable place (e.g. ~/.local/firefox-nightly) and let it update itself using the integrated updater.

Latest Comments

« First ‹ Previous 1 .. 18 19 20 21 22 23 24 25 26 27 28 .. 56 Next › Last »

NdranC commented on 2017-08-09 02:09 (UTC) (edited on 2017-08-09 02:11 (UTC) by NdranC)

I have tried every single command linked in the last 10 comments and none of them worked for me. The error I get with every single one of them is: gpg: keyserver receive failed: Server indicated a failure Any ideas on why it works for some people and it doesn't for others? I can't even update my firefox-beta either because of a similar "integrity checking" issue. EDIT: Don't know if it matters but the exact error I get when I try to install firefox-nightly doesn't mention exfalso. Here it is: ==> Verifying source file signatures with gpg... 20170808-firefox-57.0a1.en-US.linux-x86_64.tar.bz2 ... FAILED (unknown public key BBBEBDBB24C6F355) ==> ERROR: One or more PGP signatures could not be verified! :: failed to verify firefox-nightly integrity

repo commented on 2017-08-08 16:09 (UTC)

gpg --delete-key 0x61B7B526D98F0353 gpg --recv-key 0x61B7B526D98F0353 Worked for me.

Archange commented on 2017-08-08 10:01 (UTC)

Once again, they didn’t change their key, only a sub key, so refreshing you’re existing one should work. The master key you’re looking for is 0x61B7B526D98F0353: https://pgp.mit.edu/pks/lookup?op=vindex&search=0x61B7B526D98F0353 You can see the former subkey that expired (1C69C4E55E9905DB) and the new one that is now used (BBBEBDBB24C6F355). Can you try `gpg --recv-keys --keyserver hkp://pgp.mit.edu 0xBBBEBDBB24C6F355` or `gpg --recv-keys --keyserver hkp://pgp.mit.edu 0x61B7B526D98F0353`? And please be more specific with “does not work”, they are a lot of possibles issues.

t-ask commented on 2017-08-08 09:44 (UTC) (edited on 2017-08-08 09:46 (UTC) by t-ask)

This works ==> "gpg --recv-key --keyserver hkp://gpg.mozilla.org 0xBBBEBDBB24C6F355" (don't forget the leading "0x") Their key seems to be stored on their gpg server https://gpg.mozilla.org/pks/lookup?op=get&search=0xBBBEBDBB24C6F355 while I wonder where I can read an official statement that they changed their key. Searching for that key gave me no results. Any ideas?

Tromzy commented on 2017-08-08 08:58 (UTC)

Neither does "gpg --recv-keys --keyserver hkp://pgp.mit.edu BBBEBDBB24C6F355".

Tromzy commented on 2017-08-08 08:57 (UTC)

"gpg --recv-key 0x1C69C4E55E9905DB " does not work.

Archange commented on 2017-08-07 20:14 (UTC)

@Fingel: No, it was added a while ago. However, Mozilla rotated their keys recently. Strictly speaking, you should be fine with a `gpg --refresh-keys` if you had the key before.

Fingel commented on 2017-08-07 16:57 (UTC)

Was signature checking just recently enabled for this package? Wondering why a key import is required all of sudden.

netroby commented on 2017-08-05 00:44 (UTC)

arch linux install firefox nightly , unknown public key BBBEBDBB24C6F355 If you were using archlinux, you may want install firefox nightly like me. if you see the error message: unknown public key BBBEBDBB24C6F355 You can resolve this problem follow me gpg --recv-keys --keyserver hkp://pgp.mit.edu BBBEBDBB24C6F355 yaourt -S firefox-nightly --noconfirm After finish progress, you will have firefox nightl on your pc

owstoni commented on 2017-08-02 22:15 (UTC)

57 is out, could you post the new source?