How to Install Firefox Developer Edition on Ubuntu, Debian and LinuxMint using PPA

Channel: Linux
Abstract: $ sudo apt-get install firefoxThis will replace your main Mozilla Firefox installation on your system. So if you want to keep your existing installati

Firefox developer edition is also known as Firefox Aurora. Firefox Developer Edition is very useful for web developers. This edition of Firefox is available for most of operating systems like Windows, Linux, and MAC OS. This article will help you to install Firefox developer edition on Ubuntu, Debian, and Linux using PPA + apt-get.

NOTE: This will replace your main Mozilla Firefox installation on your system. So if you want to keep your existing installation use following article Install Mozilla Developer Edition using Source Code.

Install Firefox Developer Edition

Use the following set of commands to install Firefox developer edition of your system. The first command will add Second, add a repository for download Mozilla Firefox developer edition. Just follow this command.

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

The above command will complete installation of Mozilla Firefox developer edition on your system.

Happy Coding!!!

Ref From: tecadmin

Related articles