{"id":1148,"date":"2021-12-16T12:25:50","date_gmt":"2021-12-16T09:25:50","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/12\/15\/how-to-install-the-latest-firefox-non-esr-on-debian\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/12\/15\/how-to-install-the-latest-firefox-non-esr-on-debian\/"},"modified":"2021-12-16T12:25:50","modified_gmt":"2021-12-16T09:25:50","slug":"how-to-install-the-latest-firefox-non-esr-on-debian","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1148-how-to-install-the-latest-firefox-non-esr-on-debian\/","title":{"rendered":"How to install the latest FireFox (Non-ESR) on Debian"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>Are you looking to get the latest release of Firefox on your Debian Linux system? Can\u2019t figure out how to do it? We can help! Follow along as we go over how to install the latest Firefox on Debian.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-387940 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-latest-firefox-non-esr-on-debian.png\" alt=\"\" width=\"1200\" height=\"657\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-latest-firefox-non-esr-on-debian.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-latest-firefox-non-esr-on-debian-2.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-latest-firefox-non-esr-on-debian-3.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-latest-firefox-non-esr-on-debian-4.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<h2>Uninstalling Firefox ESR<\/h2>\n<p>Before setting up the latest version of Firefox on Debian, you should remove the Firefox ESR package. To get rid of the Firefox ESR package, open up a terminal window on the Debian desktop. Then, enter the command below.<\/p>\n<pre>\nsudo apt remove firefox-esr\n<\/pre>\n<h2>Flatpak installation<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-373336 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-latest-firefox-non-esr-on-debian-1.png\" alt=\"\" width=\"1200\" height=\"649\"\/><\/p>\n<p>If you\u2019re using Debian and would prefer to use the latest version of Firefox rather than the ESR version, Flatpak is the best choice. Flatpak is updated through Gnome Software, KDE Discover, or the Terminal, so you\u2019ll get Firefox updated regularly. Best of all, it is pretty easy to install.<\/p>\n<p>To start the Firefox setup process on Flatpak, you must configure the Flatpak runtime on Debian. Setting up the Flatpak runtime on Debian requires the terminal. Launch the terminal with <strong>Ctrl + Alt + T<\/strong> on the keyboard or search for \u201cTerminal\u201d in the app menu.<\/p>\n<p>Install the \u201cflatpak\u201d package using the <strong>apt-get install<\/strong> command below with the terminal window open and ready to use.<\/p>\n<pre>\nsudo apt-get install flatpak\n<\/pre>\n<p>Upon entering the command above, Debian will ask you for your password. Using the keyboard, enter your username\u2019s password. Then, press the <strong>Enter<\/strong> key.<\/p>\n<p>After pressing the <strong>Enter<\/strong> key on the keyboard, Debian will collect Flatpak and all required dependencies for the package. It will then ask you to press the <strong>Y<\/strong> key to confirm you wish to install the runtime. Do so.<\/p>\n<p>With the Flatpak runtime set up on your Debian Linux system, you will need to set up the Flathub app store. This store has the latest version of Firefox. To set it up, use the following <strong>flatpak remote-add<\/strong> command.<\/p>\n<pre>\nflatpak remote-add --if-not-exists flathub https:\/\/flathub.org\/repo\/flathub.flatpakrepo\n<\/pre>\n<p>Once the Flathub app store is set up on your Debian system, you\u2019ll be able to install the latest version of Firefox. Using the <strong>flatpak install<\/strong> command, install the Firefox browser.<\/p>\n<pre>\nflatpak install flathub org.mozilla.firefox\n<\/pre>\n<h2>Snap installation<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-387940 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-latest-firefox-non-esr-on-debian.png\" alt=\"\" width=\"1200\" height=\"657\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-latest-firefox-non-esr-on-debian.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-latest-firefox-non-esr-on-debian-2.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-latest-firefox-non-esr-on-debian-3.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-latest-firefox-non-esr-on-debian-4.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>Another way to get the latest release of Firefox on Debian is by installing it through the Snap store. However, you must have the Snap runtime configured on your system beforehand.<\/p>\n<p>Open up a terminal window to set up the Snap runtime on your Debian Linux system. You can open up a terminal window by pressing <strong>Ctrl + Alt + T<\/strong> on the keyboard. Or, search for \u201cTerminal\u201d in the app menu and launch it that way.<\/p>\n<p>With the terminal window open, use the <strong>apt-get install<\/strong> command to set up the latest version of the \u201csnapd\u201d package.<\/p>\n<pre>\nsudo apt-get install snapd\n<\/pre>\n<p>After entering the command above, Debian will ask you for your password. Using the keyboard, enter the password for your username. Then, press the <strong>Enter<\/strong> key to continue.<\/p>\n<p>Once the password is entered, Debian will ask you to press <strong>Y<\/strong> to confirm that you wish to install the package. Then, after the package is set up, use the <strong>snap install<\/strong> command to install the latest version of Firefox.<\/p>\n<pre>\nsudo snap install firefox\n<\/pre>\n<h2>AppImage installation<\/h2>\n<p>If you want to use the latest Firefox on Debian, but you don\u2019t want to deal with Flatpak or Snap, you can grab the newest AppImage. Open up a terminal window on the Linux desktop to get your hands on the latest AppImage release.<\/p>\n<p>To launch a terminal window on the desktop, press <strong>Ctrl + Alt + T<\/strong> on the keyboard. Alternatively, search for \u201cTerminal\u201d in the app menu and launch it that way. Once it is open, use the <strong>wget<\/strong> download command to grab the file.<\/p>\n<p>Note: New Firefox AppImages are released frequently. To get your hands on new files, head over to this page.<\/p>\n<pre>\nwget https:\/\/github.com\/srevinsaju\/Firefox-Appimage\/releases\/download\/firefox-v94.0.r20211119140621\/firefox-94.0.r20211119140621-x86_64.AppImage\n<\/pre>\n<p>After downloading the latest Firefox AppImage, update the permissions using the <strong>chmod<\/strong> command down below. Firefox\u2019s permissions must be modified to run on Debian.<\/p>\n<pre>\nchmod +x firefox-94.0.r20211119140621-x86_64.AppImage\n<\/pre>\n<p>Once the AppImage\u2019s permissions are updated, run Firefox with the command below.<\/p>\n<pre>\n.\/firefox-94.0.r20211119140621-x86_64.AppImage\n<\/pre>\n<h2>Firefox downloadable TarBZ<\/h2>\n<p>Mozilla provides regular updates to Firefox in TarBZ format on their website. So if you\u2019re not into the other solutions in this guide, this may be the way to go.<\/p>\n<p>To get your hands on the latest TarBZ release of Firefox, head over to the Mozilla download page. Once on the page, it should automatically start downloading the Linux release of the app.<\/p>\n<p>When the download is complete, open up a terminal on the desktop. Launch a terminal window by pressing <strong>Ctrl + Alt + T<\/strong> on the keyboard. Or, search for \u201cTerminal\u201d in the app menu and launch it.<\/p>\n<p>With the terminal window open, use the <strong>CD<\/strong> command and move into the \u201cDownloads\u201d folder.<\/p>\n<pre>\ncd ~\/Downloads\n<\/pre>\n<p>Next, extract the TarBZ archive using the <strong>tar<\/strong> command.<\/p>\n<pre>\ntar xvf firefox-*.tar.bz2\n<\/pre>\n<p>Once the archive is fully extracted, move into the \u201cFirefox\u201d folder using the <strong>CD<\/strong> command.<\/p>\n<pre>\ncd firefox\/\n<\/pre>\n<p>Finally, start up the latest version of Firefox on Debian by running the command below.<\/p>\n<pre>\n.\/firefox\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles Are you looking to get the latest release of Firefox on your Debian Linux system? Can\u2019t figure out how to do it? We can help! Follow along as we go over how to install the latest Firefox on Debian. Uninstalling Firefox ESR Before setting up the latest version of Firefox on Debian, you &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1149,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[21],"tags":[33],"_links":{"self":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1148"}],"collection":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/comments?post=1148"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1148\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1149"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1148"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1148"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1148"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}