Skip to content

Instantly share code, notes, and snippets.

@brenopolanski
Created July 30, 2014 00:34
Show Gist options
  • Star 31 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save brenopolanski/2a25088801b2de342200 to your computer and use it in GitHub Desktop.
Save brenopolanski/2a25088801b2de342200 to your computer and use it in GitHub Desktop.
Install Firefox Nightly in Ubuntu via PPA

via: http://www.webupd8.org/2011/05/install-firefox-nightly-from-ubuntu-ppa.html

Add the Mozilla Daily PPA (available for Ubuntu 11.04, 10.10 and 10.04) and install Firefox Nightly using the commands below:

$ [sudo] add-apt-repository ppa:ubuntu-mozilla-daily/ppa
$ [sudo] apt-get update
$ [sudo] apt-get install firefox-trunk

Since this is a daily builds PPA, it's nowhere near stable so use it at your own risk!

Once installed, you should find a new shortcut in your menu / Dash called "Nightly Web Browser" (not Firefox!).

@QurLaiso
Copy link

Nothing to comment

@rnmeow
Copy link

rnmeow commented Jul 31, 2022

Work Zorin OS (Kernel 5.15.0-41-generic)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment