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:
- Firefox Stable
- Firefox ESR
- Firefox Beta
- Firefox DevEdition
- Firefox Nightly
- Install them all with ease
Learn more about "AM", the Application Manager for GNU/Linux that only installs/removes/updates/manages/allows standalone programs.
wget https://raw.githubusercontent.com/ivan-hc/Firefox-for-Linux-scripts/main/firefox && chmod a+x ./firefox && sudo ./firefox
wget https://raw.githubusercontent.com/ivan-hc/Firefox-for-Linux-scripts/main/firefox-32 && chmod a+x ./firefox-32 && sudo ./firefox-32
sudo /opt/firefox/remove
wget https://raw.githubusercontent.com/ivan-hc/Firefox-for-Linux-scripts/main/firefox-esr && chmod a+x ./firefox-esr && sudo ./firefox-esr
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
sudo /opt/firefox-esr/remove
wget https://raw.githubusercontent.com/ivan-hc/Firefox-for-Linux-scripts/main/firefox-beta && chmod a+x ./firefox-beta && sudo ./firefox-beta
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
sudo /opt/firefox-beta/remove
wget https://raw.githubusercontent.com/ivan-hc/Firefox-for-Linux-scripts/main/firefox-dev && chmod a+x ./firefox-dev && sudo ./firefox-dev
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
sudo /opt/firefox-dev/remove
wget https://raw.githubusercontent.com/ivan-hc/Firefox-for-Linux-scripts/main/firefox-nightly && chmod a+x ./firefox-nightly && sudo ./firefox-nightly
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
sudo /opt/firefox-nightly/remove
"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.
Go to https://github.com/ivan-hc/AM for more!
Install "AM" | See all available apps | Support me on ko-fi.com | Support me on PayPal.me |
---|