How to Install Firefox Developer Edition in Linux

How to Install Firefox Developer Edition in Linux Featured Image

Web developers for the most part have had to use the development tools given to them by browser makers. For the most part this works great because companies like Google and Microsoft include these tools in browsers everyone already uses. However, at the end of the day browsers like these are for consumers, not developers.

It is because of this the company behind Firefox has taken it upon themselves to make a web browser centered around developers and not everyday internet users. Mozilla’s Firefox Developer edition browser gives web developers the ability to debug and inspect web applications with ease.

As many web developers actively use Linux to get their work done, this browser is available for Linux, too, though the installation is not as straightforward as it should be. So, how do you install it?

Getting Firefox Developer Edition

firefox-developer-download-page

Developer edition can be downloaded for Linux at this link. Once downloaded, extract the downloaded “tar.bz2” file and move it to the home folder with the file manager. The extracted files won’t stay in the home folder, just temporarily as we work with the files and install them.

Installing the Firefox Developer Edition

With the files extracted, the files can be moved from the home directory to the “/opt” directory on the file system. To start, open a terminal window and enter the following commands:

sudo -s

This will give the terminal a root shell and be easier to work in.

cd /opt
mkdir -p firefox-developer

Making a folder labeled “firefox-developer” will allow the user to easily tell that this is the Firefox developer edition files and not something else.

firefox-developer-show-files-in-directory

cd /home/username/firefox*.en-US.linux-x86_64
ls

Entering the “firefox-*.en-US.linux-x86_64” folder and then showing all of the contents with the ls command reveals there is a Firefox folder.

mv firefox /opt/firefox-developer

The move command will place the Firefox folder inside of the newly-created “firefox-developer” directory in “/opt.” This is where the core of Firefox Developer edition will live on the system.

Making the Desktop Icon

The program is installed on the system, though it will not be able to launch. A launcher must be created so that the user can launch the program. Open a text editor and paste the following code:

[Desktop Entry]
Name=Firefox Developer
GenericName=Firefox Developer Edition
Exec=/opt/firefox-developer/firefox/firefox
Terminal=false
Icon=/opt/firefox-developer/firefox/browser/icons/mozicon128.png
Type=Application
Categories=Application;Network;X-Developer;
Comment=Firefox Developer Edition Web Browser.

firefox-developer-save-shortcut

Save the file as “firefox-developer.desktop” to your user’s home folder. Then, in the terminal do the following:

sudo chmod +x firefox-developer.desktop
sudo mv firefox-developer.desktop /usr/share/applications

firefox-developer-browser

With the shortcut installed, just open the application menu on your desktop, and Firefox Developer edition will be right there to use.

Conclusion

Though Firefox isn’t as glamorous as Google Chrome, it still has a lot to offer. Especially when it comes to web development. A lot of the tools included are on par with the Chrome tools. In some cases, they even surpass them. If I were a web developer, I would go the Firefox Developer edition route for the features, but also because of the sort of company that Mozilla is. They care about the web and it’s openness.

If you’re a web developer on Linux looking for a new set of tools, be sure to give this app a try. You won’t regret it!

Subscribe to our newsletter!

Our latest tutorials delivered straight to your inbox

Derrik Diener Avatar

Read next

Suzanne Simard sealed paper birch and Douglas fir seedlings inside plastic bags, fed them carbon-14 and carbon-13 dioxide, and nine days later found carbon had crossed between species through fungal threads in the British Columbia soil beneath her boots
A species of jellyfish called Turritopsis dohrnii can revert its adult cells back to a juvenile polyp stage when injured or starving, effectively restarting its life cycle, and biologists have so far failed to identify any natural limit to how many times it can do this.
A Japanese man named Jiroemon Kimura, who lived to 116, was born in 1897 when Queen Victoria still ruled and died in 2013, meaning a single human life personally overlapped with the invention of the airplane, the atomic bomb, the internet, and Instagram
The Hollywood sign originally read HOLLYWOODLAND when it was built in 1923 as a real estate advertisement for a housing development, and it was only meant to stand for 18 months, but nobody ever got around to taking it down and the city eventually adopted it as a landmark
Almost all of the world’s internet traffic does not travel by satellite but through fibre-optic cables lying on the ocean floor, a hidden web of wires crossing the deepest parts of the sea to connect the continents.
People who flip their phone face down on every table aren’t being secretive. They figured out that staying interruptible meant handing their time to whoever rang first
Twitch vs. Facebook Gaming vs. YouTube Gaming: What’s the Best Live Game Streaming Platform?
Chrome Extensions Ownership Transfer is a Direct Threat to You: How to Stay Safe