{"id":15403,"date":"2022-02-21T07:47:39","date_gmt":"2022-02-21T07:47:39","guid":{"rendered":"https:\/\/linuxways.net\/?p=15403"},"modified":"2022-02-21T07:47:39","modified_gmt":"2022-02-21T07:47:39","slug":"how-to-install-firefox-on-debian-11","status":"publish","type":"post","link":"https:\/\/linuxways.net\/de\/debian\/how-to-install-firefox-on-debian-11\/","title":{"rendered":"How to Install Firefox on Debian 11"},"content":{"rendered":"<p>Mozilla Firefox is a free and open-source web browser from the Mozilla foundation. This browser receives new updates constantly from a large community.\u00a0 There are various extensions are available that you can in your Firefox browser to increase the functionality. Firefox can install on all popular operating systems.<\/p>\n<p>We will show in this guide you how to install <a href=\"https:\/\/linuxways.net\/de\/mint\/how-to-install-firefox-next-beta-or-firefox-quantum-nightly-on-linux-mint-20\/\">Mozilla Firefox<\/a> on Debian 11 bullseye Linux distribution.<\/p>\n<h2><strong>Prerequisites<\/strong><\/h2>\n<ol>\n<li>Debian 11 bullseye Linux distribution should be running on your system.<\/li>\n<li>Users should have root privileges to install firefox browser on Debian 11 system.<\/li>\n<\/ol>\n<h2><strong>Mozilla Firefox Installation on Debian 11 Linux system<\/strong><\/h2>\n<p>Mozilla Firefox can install on Debian 11 system by using the two different methods:<\/p>\n<ol>\n<li>Install Mozilla Firefox using the apt package manager<\/li>\n<li>Install Mozilla Firefox from the official page<\/li>\n<\/ol>\n<h3><strong>Method 01: Installing Mozilla Firefox using apt package manager<\/strong><\/h3>\n<p>Install Mozilla Firefox using the apt package manager is the simple and easiest method. The Firefox is available for installation in the Debian base repository. To install the Mozilla Firefox using the apt repository, it is recommended for you to first update and upgrade the repository packages index by using the following command:<\/p>\n<pre>$ sudo apt update<\/pre>\n<pre>$ sudo apt upgrade<\/pre>\n<p>Now, install the Firefox browser by typing the following command using apt repository:<\/p>\n<pre>$ sudo apt install firefox-esr<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"724\" height=\"174\" class=\"wp-image-15404\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-548.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-548.png 724w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-548-300x72.png 300w\" sizes=\"auto, (max-width: 724px) 100vw, 724px\" \/><\/p>\n<h3><strong>Method 2: Mozilla Firefox installation using official page<\/strong><\/h3>\n<p>When you install the Mozilla Firefox browser from the <a href=\"https:\/\/www.mozilla.org\/en-US\/firefox\/new\/\">official Firefox page<\/a>, you will get the latest version of the Firefox browser on your Debian 11 system. Therefore, visit the official page of the Mozilla Firefox browser or download the binary of Firefox using the `wget` command:<\/p>\n<pre>$ wget -O firefoxsetup.tar.bz2 \"<a href=\"https:\/\/download.mozilla.org\/?product=firefox-latest&amp;os=linux64&amp;lang=en-US\">https:\/\/download.mozilla.org\/?product=firefox-latest&amp;os=linux64&amp;lang=en-US<\/a>\"<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"793\" height=\"491\" class=\"wp-image-15405\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-549.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-549.png 793w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-549-300x186.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-549-768x476.png 768w\" sizes=\"auto, (max-width: 793px) 100vw, 793px\" \/><\/p>\n<p>Once the tar file is downloaded, extract the Firefox setup by executing the following command:<\/p>\n<pre>$ sudo tar -xf firefoxsetup.tar.bz2 --directory \/opt<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"780\" height=\"46\" class=\"wp-image-15406\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-550.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-550.png 780w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-550-300x18.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-550-768x45.png 768w\" sizes=\"auto, (max-width: 780px) 100vw, 780px\" \/><\/p>\n<p>Now, access the Firefox browser using the following command:<\/p>\n<pre>$ \/opt\/firefox\/.\/firefox<\/pre>\n<h3><strong>Create application and Desktop shortcut<\/strong><\/h3>\n<p>Create a file using a source code editor.<\/p>\n<pre>$ sudo nano ~\/Desktop\/firefox.desktop<\/pre>\n<p>Now, copy and paste the following source code in this file:<\/p>\n<pre>[Desktop Entry]\r\n\r\nVersion=1.0\r\n\r\nType=Application\r\n\r\nName=FireFox-R\r\n\r\nComment=Browser\r\n\r\nExec=\/opt\/firefox\/.\/firefox\r\n\r\nIcon=\/opt\/firefox\/browser\/chrome\/icons\/default\/default64.png\r\n\r\nTerminal=false\r\n\r\nStartupNotify=false<\/pre>\n<p>Save the file using `Ctrl+O` and press `Ctrl+x` to exit from the Nano editor.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"790\" height=\"523\" class=\"wp-image-15407\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-551.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-551.png 790w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-551-300x199.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-551-768x508.png 768w\" sizes=\"auto, (max-width: 790px) 100vw, 790px\" \/><\/p>\n<p>Now, create the application launcher using the following command:<\/p>\n<pre>$ sudo cp ~\/Desktop\/firefox.desktop \/usr\/share\/applications\/<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"774\" height=\"41\" class=\"wp-image-15408\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-552.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-552.png 774w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-552-300x16.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-552-768x41.png 768w\" sizes=\"auto, (max-width: 774px) 100vw, 774px\" \/><\/p>\n<h2><strong>Access Mozilla Firefox browser on Debian 11 system<\/strong><\/h2>\n<p>Once the installation of the Firefox browser is completed, launch it by using the application menu. Or type the Firefox in the search bar by clicking on the `Activities`.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"784\" height=\"268\" class=\"wp-image-15409\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-553.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-553.png 784w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-553-300x103.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-553-768x263.png 768w\" sizes=\"auto, (max-width: 784px) 100vw, 784px\" \/><\/p>\n<p>Congratulations! The installation of Mozilla Firefox is completed on Debian 11 system. Now, you access and start browsing using Firefox.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"789\" height=\"526\" class=\"wp-image-15410\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-554.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-554.png 789w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-554-300x200.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-554-768x512.png 768w\" sizes=\"auto, (max-width: 789px) 100vw, 789px\" \/><\/p>\n<h2><strong>Uninstall Firefox browser from Debian 11\u00a0<\/strong><\/h2>\n<p>You can uninstall the Firefox browser by running the below-mentioned command:<\/p>\n<pre>$ sudo apt remove firefox-esr<\/pre>\n<h2><strong>Conclusion<\/strong><\/h2>\n<p>We have mentioned two different methods to install the Mozilla Firefox browser on Debian 11 system. From both installation methods, it is recommended to install Firefox by downloading its binary file from the official download page. In this way, you can install the latest regular version of Mozilla Firefox on the Debian 11 bullseye system.<\/p>","protected":false},"excerpt":{"rendered":"<p>Mozilla Firefox is a free and open-source web browser from the Mozilla foundation. This browser receives new updates constantly from a large community.\u00a0 There are various extensions are&hellip;<\/p>","protected":false},"author":1,"featured_media":15548,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[521,141],"class_list":["post-15403","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-debian","tag-debian-11","tag-mozilla-firefox"],"_links":{"self":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts\/15403","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/comments?post=15403"}],"version-history":[{"count":0,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts\/15403\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/media\/15548"}],"wp:attachment":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/media?parent=15403"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/categories?post=15403"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/tags?post=15403"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}