<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>firefox developer edition linux Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/firefox-developer-edition-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Tue, 08 Jan 2019 18:03:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>Firefox Developer Edition on Linux</title>
		<link>https://www.osradar.com/firefox-developer-edition-on-linux/</link>
					<comments>https://www.osradar.com/firefox-developer-edition-on-linux/#comments</comments>
		
		<dc:creator><![CDATA[osradar_editor]]></dc:creator>
		<pubDate>Tue, 08 Jan 2019 18:03:10 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox developer edition]]></category>
		<category><![CDATA[firefox developer edition linux]]></category>
		<category><![CDATA[firefox developer edition on linux]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=9053</guid>

					<description><![CDATA[<p>Firefox offers a powerful platform for the web. Developed and maintained by Mozilla, Firefox is one of the finest open-source web browsers that comes with a simple interface and support for tons of extensions. Unlike most other browsers, Firefox strictly follows the rule of “no bloatware” and being lightweight. However, depending on the usage case, [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/firefox-developer-edition-on-linux/">Firefox Developer Edition on Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Firefox offers a powerful platform for the web. Developed and maintained by Mozilla, Firefox is one of the finest open-source web browsers that comes with a simple interface and support for tons of extensions.</p>
<p>Unlike most other browsers, Firefox strictly follows the rule of “no bloatware” and being lightweight. However, depending on the usage case, the necessity can be different. Keeping that in mind, Firefox is developed with tremendous flexibility, leaving plenty of room for customizations and tweaks.</p>
<p>For web developers, Mozilla offers a great service – Firefox Developer Edition. It’s specially crafted with lots of features only for developers – entire “Firefox DevTools”, “Fronts Panel”, “Shapes Editor” and a lot more!</p>
<p>Almost all the Linux distros come up with the standard Firefox as the default browser. It’s also quite easy to install the default one on any Linux distro. However, the “Firefox Developer Edition” comes up with a different story. It’s not as easy as running a single code and letting your system do the job.</p>
<p>Keeping that in mind, let’s check out the tutorial on installing Firefox Developer Edition on any Linux distro.</p>
<h1>Caution</h1>
<p>Firefox Developer Edition is basically Firefox in its core. So, there’s a pretty high chance of conflicts between both of the versions. That’s why it’s important that you make a backup of your Firefox profile beforehand. <a href="https://www.osradar.com/how-to-backup-firefox-profile-on-linux/">Learn how to backup Firefox profile on Linux</a>.</p>
<p>Don’t forget to uninstall the default Firefox as well! Run the following command according to your Linux distro –</p>
<ul>
<li>Ubuntu</li>
</ul>
<pre class="">sudo apt remove firefox</pre>
<ul>
<li>Debian</li>
</ul>
<pre class="">sudo apt-get remove firefox-esr</pre>
<ul>
<li>Fedora</li>
</ul>
<pre class="">sudo dnf remove firefox</pre>
<ul>
<li>OpenSUSE</li>
</ul>
<pre class="">sudo zypper remove firefox</pre>
<ul>
<li>Arch Linux</li>
</ul>
<pre class="">sudo pacman -R firefox</pre>
<h1>Installing Firefox Developer Edition</h1>
<p>Firefox Developer Edition isn’t available on the default software repository of the Linux distros (except Arch Linux and other Arch-based distros).</p>
<p>Don’t worry; the universal method will work for any Linux distro including Arch Linux.</p>
<ul>
<li>Arch Linux</li>
</ul>
<p>Run the following command –</p>
<pre class="">sudo pacman -S firefox-developer-edition</pre>
<ul>
<li>Universal method</li>
</ul>
<p>Download the latest package of <a href="https://www.mozilla.org/en-US/firefox/developer/">Firefox Developer Edition</a>.</p>
<p><img loading="lazy" class="size-full wp-image-9055 aligncenter" src="https://www.osradar.com/wp-content/uploads/2019/01/firefox-dev-1.png" alt="" width="1358" height="561" srcset="https://www.osradar.com/wp-content/uploads/2019/01/firefox-dev-1.png 1358w, https://www.osradar.com/wp-content/uploads/2019/01/firefox-dev-1-300x124.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/firefox-dev-1-768x317.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/firefox-dev-1-1024x423.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/firefox-dev-1-1068x441.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/firefox-dev-1-1017x420.png 1017w" sizes="(max-width: 1358px) 100vw, 1358px" /></p>
<p>Now, extract the downloaded package –</p>
<pre class="">sudo tar -xf firefox-65.0b8.tar.bz2 -C /opt</pre>
<p><img loading="lazy" class="size-full wp-image-9056 aligncenter" src="https://www.osradar.com/wp-content/uploads/2019/01/firefox-dev-2.png" alt="" width="996" height="138" srcset="https://www.osradar.com/wp-content/uploads/2019/01/firefox-dev-2.png 996w, https://www.osradar.com/wp-content/uploads/2019/01/firefox-dev-2-300x42.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/firefox-dev-2-768x106.png 768w" sizes="(max-width: 996px) 100vw, 996px" /></p>
<p>It’s time to finally perform the configuration task. At first, set up a symlink for Firefox at “/usr/local/bin/firefox”.</p>
<pre class="">sudo ln -s /opt/firefox/firefox /usr/local/bin/firefox</pre>
<p><img loading="lazy" class="size-full wp-image-9057 aligncenter" src="https://www.osradar.com/wp-content/uploads/2019/01/firefox-dev-3.png" alt="" width="991" height="112" srcset="https://www.osradar.com/wp-content/uploads/2019/01/firefox-dev-3.png 991w, https://www.osradar.com/wp-content/uploads/2019/01/firefox-dev-3-300x34.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/firefox-dev-3-768x87.png 768w" sizes="(max-width: 991px) 100vw, 991px" /></p>
<p>Now, we need a desktop shortcut to launch Firefox Developer Edition with ease. Let’s create the shortcut file at first.</p>
<pre class="">sudo touch /usr/share/applications/firefox-developer.desktop</pre>
<p><img loading="lazy" class="size-full wp-image-9058 aligncenter" src="https://www.osradar.com/wp-content/uploads/2019/01/firefox-dev-4.png" alt="" width="992" height="130" srcset="https://www.osradar.com/wp-content/uploads/2019/01/firefox-dev-4.png 992w, https://www.osradar.com/wp-content/uploads/2019/01/firefox-dev-4-300x39.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/firefox-dev-4-768x101.png 768w" sizes="(max-width: 992px) 100vw, 992px" /></p>
<p>Open up the shortcut –</p>
<pre class="">sudo nano /usr/share/applications/firefox-developer.desktop</pre>
<p>Enter the following code in the editor –</p>
<pre class="">[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</pre>
<p><img loading="lazy" class="size-full wp-image-9059 aligncenter" src="https://www.osradar.com/wp-content/uploads/2019/01/firefox-dev-5.png" alt="" width="998" height="541" srcset="https://www.osradar.com/wp-content/uploads/2019/01/firefox-dev-5.png 998w, https://www.osradar.com/wp-content/uploads/2019/01/firefox-dev-5-300x163.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/firefox-dev-5-768x416.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/firefox-dev-5-775x420.png 775w" sizes="(max-width: 998px) 100vw, 998px" /></p>
<p>Once you save the file and exit the editor, make sure that the file is executable.</p>
<pre class="">sudo chmod +x /usr/share/applications/firefox-developer.desktop</pre>
<h1><img loading="lazy" class="size-full wp-image-9060 aligncenter" src="https://www.osradar.com/wp-content/uploads/2019/01/firefox-dev-6.png" alt="" width="999" height="107" srcset="https://www.osradar.com/wp-content/uploads/2019/01/firefox-dev-6.png 999w, https://www.osradar.com/wp-content/uploads/2019/01/firefox-dev-6-300x32.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/firefox-dev-6-768x82.png 768w" sizes="(max-width: 999px) 100vw, 999px" /></h1>
<h1>Using Firefox Developer Edition</h1>
<p>Start Firefox Developer Edition from the menu –</p>
<p><img loading="lazy" class="size-full wp-image-9061 aligncenter" src="https://www.osradar.com/wp-content/uploads/2019/01/firefox-dev-7.png" alt="" width="1357" height="659" srcset="https://www.osradar.com/wp-content/uploads/2019/01/firefox-dev-7.png 1357w, https://www.osradar.com/wp-content/uploads/2019/01/firefox-dev-7-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/firefox-dev-7-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/firefox-dev-7-1024x497.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/firefox-dev-7-1068x519.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/firefox-dev-7-865x420.png 865w" sizes="(max-width: 1357px) 100vw, 1357px" /></p>
<p>Enjoy!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/firefox-developer-edition-on-linux/">Firefox Developer Edition on Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/firefox-developer-edition-on-linux/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
