<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Bhargav Sakaria</title>
    <description>The latest articles on DEV Community by Bhargav Sakaria (@bhargavsakaria).</description>
    <link>https://dev.to/bhargavsakaria</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F72882%2F11c03e40-46f3-412a-b86a-c05d419298ea.png</url>
      <title>DEV Community: Bhargav Sakaria</title>
      <link>https://dev.to/bhargavsakaria</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bhargavsakaria"/>
    <language>en</language>
    <item>
      <title>Install Firefox on Linux</title>
      <dc:creator>Bhargav Sakaria</dc:creator>
      <pubDate>Tue, 13 Jul 2021 21:10:23 +0000</pubDate>
      <link>https://dev.to/bhargavsakaria/install-firefox-on-linux-2hbm</link>
      <guid>https://dev.to/bhargavsakaria/install-firefox-on-linux-2hbm</guid>
      <description>&lt;p&gt;I have faced this issue that no article or no forum shows correct way to install firefox on debian based distros, or maybe I haven't found such article, but anyways I figured out myself.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 1&lt;/strong&gt;&lt;br&gt;
Download your desired &lt;a href="https://www.mozilla.org/en-US/firefox/all/#product-desktop-release"&gt;firefox&lt;/a&gt; browser.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 2&lt;/strong&gt;&lt;br&gt;
Extract firefox tar file and it should give you the internal firefox folder in your downloads folder.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 3&lt;/strong&gt;&lt;br&gt;
Now to move that extracted firefox folder to &lt;code&gt;/opt&lt;/code&gt; directory.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo mv ~/Downloads/firefox /opt
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Step 4&lt;/strong&gt;&lt;br&gt;
Now to create firefox's &lt;code&gt;.desktop&lt;/code&gt; file in user's applications directory&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;cd ~/.local/share/applications
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;You can name your firefox desktop file anything like I have installed firefox developer addition, so my file name is &lt;code&gt;firefox-dev.desktop&lt;/code&gt;. But you can name it anything which is relevant.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;touch firefox-dev.desktop
nano firefox-dev.desktop
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Inside this file my configuration is something like this:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Exec=/opt/firefox/firefox
Name=Firefox Developer Edition
Icon=/opt/firefox/browser/chrome/icons/default/default128.png
Comment=Custom definition for Firefox Developer Edition
Terminal=fasle
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;You can see that location to execute firefox is in out &lt;code&gt;/opt/firefox&lt;/code&gt; pointing to firefox executable file.&lt;/li&gt;
&lt;li&gt;Icon for out firefox will be found in given location, you can choose any set of icons, whichever suits your need.&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>linux</category>
      <category>firefox</category>
    </item>
  </channel>
</rss>
