Firefox
AnduinOS Verified App - Open Source
Firefox is an AnduinOS verified app and it runs awesome on AnduinOS, with easy installation and automatic updates.
Firefox is a free and open-source web browser developed by the Mozilla Foundation. It is available for Windows, macOS, Linux, and Android.
By default, AnduinOS is shipped with Firefox as the default web browser.
You can still install Firefox via Flatpak, but it is not recommended since the system version is better integrated with AnduinOS.
Flatpak install (Not recommended)
You can install Firefox via Flatpak by running the following commands in your terminal:
flatpak install flathub org.mozilla.firefox
System install
However, if you want to install Firefox, you can do so by running the following command:
Install Firefox
sudo add-apt-repository -y ppa:mozillateam/ppa -n > /dev/null 2>&1
echo -e '\nPackage: *\nPin: release o=LP-PPA-mozillateam\nPin-Priority: 1002' | sudo tee /etc/apt/preferences.d/mozilla-ppa
sudo apt update
sudo apt install firefox
Set Firefox as the default web browser
To set Firefox as the default web browser on AnduinOS, you can run:
Set Firefox as the default web browser
xdg-mime default firefox.desktop x-scheme-handler/http
xdg-mime default firefox.desktop text/html
xdg-mime default firefox.desktop application/xhtml+xml
xdg-mime default firefox.desktop x-scheme-handler/https