LinuxTutorialsUbuntu

How To Install Firefox Developer Edition on Ubuntu 16.04 LTS

Install Firefox Developer Edition on Ubuntu 16.04 LTS

In this tutorial, we will show you how to install and configure Firefox Developer Edition on Ubuntu 16.04 LTS. For those of you who didn’t know, the Firefox developer edition, which is a browser built specifically for web developers, was first introduced by Mozilla back in November 2014. It streamlines the development workflow so developers don’t need to bounce between different platforms and browsers. This browser comes preloaded with many web developer tools such as WebIDE and Valence which allows developers to debug other browsers and apps directly from within Firefox developer. This edition of Firefox is available for most operating systems like Windows, Linux, and MAC OS.

This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the Firefox Developer Edition web browser on a Ubuntu 16.04 (Xenial Xerus) server.

Prerequisites

  • A server running one of the following operating systems: Ubuntu 16.04, and any other Debian-based distribution like Linux Mint.
  • It’s recommended that you use a fresh OS install to prevent any potential issues.
  • A non-root sudo user or access to the root user. We recommend acting as a non-root sudo user, however, as you can harm your system if you’re not careful when acting as the root.

Firefox Developer Edition Features

  • Visual Editing Tools – Visually edit CSS and HTML animations playing on the page from the Inspector panel. Verify alignment, dimensions, and padding of any element using the Ruler and Measurement tools.
  • DevTools Challenger – Use Developer Edition’s visual animation and CSS editing tools to explore the depths of the ocean and interact with the strangest of creatures.
  • Performance Tools – Examine your web content’s frame rate, memory consumption, and JS profile in a consolidated timeline view to help easily identify and troubleshoot performance bottlenecks.
  • Page Inspector – Examine the HTML and CSS of any Web page and easily modify the structure and layout of a page.
  • Web Audio Editor – Inspect and interact with Web Audio API in real-time to ensure that all audio nodes are connected in the way you expect.
  • Web Console – See logged information associated with a Web page and use the Web Console to interact with Web pages using JavaScript.
  • JavaScript Debugger – Step through JavaScript code and examine or modify its state to help track down bugs.
  • Network Monitor – See all the network requests your browser makes, how long each request takes, and details of each request.
  • Style Editor – View and edit CSS styles associated with a Web page, create new ones, and apply existing CSS stylesheets to any page.
  • Responsive Design View – See how your Website or Web app will look on different screen sizes without changing the size of your browser window.

Install Firefox Developer Edition on Ubuntu 16.04 LTS

Step 1. First, make sure that all your system packages are up-to-date by running the following apt-get commands in the terminal.

sudo apt-get update
sudo apt-get upgrade

Step 2. Installing Firefox Developer Edition.

First, add a repository for downloading the 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

Once installed, open the Firefox Developer Edition from Ubuntu Dash.

Congratulations! You have successfully installed Firefox Developer Edition. Thanks for using this tutorial for installing the Firefox Developer Edition web browser on Ubuntu 16.04 LTS  (Xenial Xerus) system. For additional help or useful information, we recommend you check the official Firefox Developer Edition website.

VPS Manage Service Offer
If you don’t have time to do all of this stuff, or if this is not your area of expertise, we offer a service to do “VPS Manage Service Offer”, starting from $10 (Paypal payment). Please contact us to get the best deal!

Save

r00t

r00t is a seasoned Linux system administrator with a wealth of experience in the field. Known for his contributions to idroot.us, r00t has authored numerous tutorials and guides, helping users navigate the complexities of Linux systems. His expertise spans across various Linux distributions, including Ubuntu, CentOS, and Debian. r00t's work is characterized by his ability to simplify complex concepts, making Linux more accessible to users of all skill levels. His dedication to the Linux community and his commitment to sharing knowledge makes him a respected figure in the field.
Back to top button