Install Firefox Developer Edition Ubuntu 18.04



Firefox developer edition is specially built for Web developers that comes preloaded with many web developers tools such as WebIDE and Valence which allows developers to debug other browsers and apps directly from within Firefox developer edition. And by using the Developer Edition, you also gain access to tools and platform features at least 12 weeks before they reach the main Firefox release channel.

Firefox Download For Ubuntu

The developer edition of Firefox is available for most operating systems like Windows, Linux, and MAC OS. And the latest edition includes a “next-generation CSS engine, “the entire suite of “Firefox DevTools,” a “Shapes Editor,” “Fonts Panel,” and much more! Here in this post we go through steps to install Firefox developer edition on Ubuntu, Debian, and Linux.

. Ubuntu Linux 18.04 LTS (Desktop). – The latest long-term support (LTS) version of the Ubuntu Linux operating system. Download the Ubuntu Linux 18.04 software. Db2 Developer-C V11.1.3.3. – Free, fully functional version of Db2 intended for development, test, and small production environments. (Get information on Db2 Direct. Download Firefox Developer Edition. Step 1: Firefox Developer Edition needs to be downloaded from the official Mozilla website. To get a copy, click on this link to head over to this page. Step 2: Once on the page, you’ll see a few different releases of Firefox (Beta, Developer, and Nightly). Scroll down the page, look for the download button.

Uninstall Traditional Firefox

Before we begin, install firefox dev edition, first uninstall the Traditional firefox installation to avoid conflict.

Install Firefox Developer Edition Ubuntu 18.04

Ubuntu uses: sudo apt remove firefox
Debian users: sudo apt-get remove firefox-esr
Arch Linux users: sudo pacman -R firefox
Fedora Users: sudo dnf remove firefox
OpenSUSE users: sudo zypper remove firefox

Install new firefox ubuntu

Install Firefox Developer Edition on Linux

Firefox 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.

launch a terminal window by pressing Ctrl + Alt + T, or by browsing for it.

Now access Download folder using CD ~/Downloads Then run tar command tar -xvf firefox-*.tar.bz2 to extract the TarBZ2 archive

Once the files are fully extracted, move them to /opt folder. However, before we can move the files to this directory, you’ll need to elevate your command-line session from a standard user to Root, using the su or sudo -s command.

Now that there is Root access in the terminal use the mv command to place the Firefox system files in the /opt directory of your Linux PC’s filesystem.

Ubuntu

Note: Change “username” in the command below with the username on your computer, or the files will not move.

Firefox Developer Edition’s files are in place in the /opt directory on your Linux PC. Still, you won’t be able to launch the browser app or use any of its functions, as the binary isn’t in the right place.

To set the binary in the right place, you must make a symlink from the /opt/firefox/ folder to the /usr/local/bin/ folder using the ln command.

Create desktop shortcut

After putting the Firefox binary in the /usr/local/bin, you’ll need to set up a new desktop shortcut by using the touch command.

With the new desktop file made, we can start editing the shortcut. To modify the file, you must open it up in a text editor.

With the desktop shortcut open in Nano, paste the code below inside of the editor.

[Desktop Entry]
Name=Firefox Developer
GenericName=Firefox Developer Edition
Exec=/usr/local/bin/firefox
Terminal=false
Icon=/opt/firefox/browser/chrome/icons/default/default48.png
Type=Application
Categories=Application;Network;X-Developer;
Comment=Firefox Developer Edition Web Browser

Save the edit with Ctrl + O and exit with Ctrl + X. Then update the permissions of the file with chmod.

How to install firefox ubuntu18.04.4

With the permissions updated, you’ll be able to access Firefox developer edition in your application menu under “Internet.

Also read

How To Install Firefox Ubuntu

Affected OSes:Ubuntu/Xubuntu 18.04.1/18.04.2 LTS

Install Firefox Ubuntu 20

Non-affected OSes:Windows 10

Browser:Firefox latest stable version and some previous versions at least back to when Ubuntu 18.04.1 was out.

Machines:Intel Core i5, desktop PC, either using a GPU card or the integrated one.Asus X553M, notebook

Ubuntu Server 18.04 Download

Problem:Firefox is very slow when loading a given host for the first time, e.g. www.google.com or www.youtube.comAfter it's done loading, browsing on that domain is ok.Please watch the video (it's on veoh.com) since it's the best way to understand the problem.https://vimeo.com/319319274Some text and web pages content are in italian because of the geolocalization.In the video I use VirtualBox for recording convenience but it's the same behaviour in the host machine.

Ubuntu 18.04.4

Tried:Everything (Ubuntu clean install, reset Firefox profile, proxy settings, disable hardware acceleration, disabling/removing all plugins and extensions, connect to cable - no router).

Important:Chromium and Opera work fine.Therefore this is obviously a bug in Firefox. Of course it may only happen under very specific hardware / network combinations, otherwise one thousand people would lament this problem. So I'm open to give additional information.

Ubuntu Install Firefox Terminal

Related bug report link:https://bugzilla.mozilla.org/show_bug.cgi?id=1530205