Skip to content

Easily install and remove official Firefox Stable, Beta, DevEdition, Nightly and ESR versions on GNU / Linux using my scripts.

Notifications You must be signed in to change notification settings

ivan-hc/Firefox-for-Linux-scripts

Repository files navigation

Easily install and remove official Firefox releases (Stable, Beta, DevEdition, Nightly and ESR) on any GNU/Linux distribution (32 and 64 bit) using my scripts. Each of these scripts is inspired by the official Debian/Firefox wiki page, and will add a folder in /opt (containing the official version of Firefox you want, plus a script I made to remove all the files that will be installed), a launcher in /usr/share/applications and a symbolic link in /usr/local/bin.

Use the following links to navigate on this page:

Learn more about "AM", the Application Manager for GNU/Linux that only installs/removes/updates/manages/allows standalone programs.


Firefox Stable

Install (64 bit)

wget https://raw.githubusercontent.com/ivan-hc/Firefox-for-Linux-scripts/main/firefox && chmod a+x ./firefox && sudo ./firefox

Install (32 bit)

wget https://raw.githubusercontent.com/ivan-hc/Firefox-for-Linux-scripts/main/firefox-32 && chmod a+x ./firefox-32 && sudo ./firefox-32

Uninstall (64/32 bit)

sudo /opt/firefox/remove


Firefox ESR

Install (64 bit)

wget https://raw.githubusercontent.com/ivan-hc/Firefox-for-Linux-scripts/main/firefox-esr && chmod a+x ./firefox-esr && sudo ./firefox-esr

Install (32 bit)

wget https://raw.githubusercontent.com/ivan-hc/Firefox-for-Linux-scripts/main/firefox-esr-32 && chmod a+x ./firefox-esr-32 && sudo ./firefox-esr-32

Uninstall (64/32 bit)

sudo /opt/firefox-esr/remove


Firefox Beta

Install (64 bit)

wget https://raw.githubusercontent.com/ivan-hc/Firefox-for-Linux-scripts/main/firefox-beta && chmod a+x ./firefox-beta && sudo ./firefox-beta

Install (32 bit)

wget https://raw.githubusercontent.com/ivan-hc/Firefox-for-Linux-scripts/main/firefox-beta-32 && chmod a+x ./firefox-beta-32 && sudo ./firefox-beta-32

Uninstall (64/32 bit)

sudo /opt/firefox-beta/remove


Firefox DevEdition

Install (64 bit)

wget https://raw.githubusercontent.com/ivan-hc/Firefox-for-Linux-scripts/main/firefox-dev && chmod a+x ./firefox-dev && sudo ./firefox-dev

Install (32 bit)

wget https://raw.githubusercontent.com/ivan-hc/Firefox-for-Linux-scripts/main/firefox-dev-32 && chmod a+x ./firefox-dev-32 && sudo ./firefox-dev-32

Uninstall (64/32 bit)

sudo /opt/firefox-dev/remove


Firefox Nightly

Install (64 bit)

wget https://raw.githubusercontent.com/ivan-hc/Firefox-for-Linux-scripts/main/firefox-nightly && chmod a+x ./firefox-nightly && sudo ./firefox-nightly

Install (32 bit)

wget https://raw.githubusercontent.com/ivan-hc/Firefox-for-Linux-scripts/main/firefox-nightly-32 && chmod a+x ./firefox-nightly-32 && sudo ./firefox-nightly-32

Uninstall (64/32 bit)

sudo /opt/firefox-nightly/remove


Install them all with ease

"AM" Application Manager

Package manager, database & solutions for all AppImages and portable apps for GNU/Linux!

Istantanea_2024-06-26_17-00-46 png

Readme Readme

"AM"/"AppMan" is a set of scripts and modules for installing, updating, and managing AppImage packages and other portable formats, in the same way that APT manages DEBs packages, DNF the RPMs, and so on... using a large database of Shell scripts inspired by the Arch User Repository, each dedicated to an app or set of applications.

The engine of "AM"/"AppMan" is the "APP-MANAGER" script which, depending on how you install or rename it, allows you to install apps system-wide (for a single system administrator) or locally (for each user).

"AM"/"AppMan" aims to be the default package manager for all AppImage packages, giving them a home to stay.

You can consult the entire list of managed apps at portable-linux-apps.github.io/apps.


Install "AM" See all available apps Support me on ko-fi.com Support me on PayPal.me

About

Easily install and remove official Firefox Stable, Beta, DevEdition, Nightly and ESR versions on GNU / Linux using my scripts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages