Software
Browsers
Learn how to use your favourite browsers with Andronix
If you are having any armv7 based device, browsers might fail to work due to unknown reasons.
These instructions assume that you have started your distro and are inside the distro shell (not a
Termux shell).
Firefox
Please follow the following instruction (in accordance to the distro you're running) to install Firefox-
Ubuntu 18/ Ubuntu 20/ Debian/ Kali Linux
apt install firefox-esr -yArch / Manjaro
pacman -S firefox --noconfirmVoid Linux
xbps-install -S firefoxAlpine
Sadly Alpine does not provide Firefox support for ARM devices as or now.Chromium
Please follow the following instruction (in accordance to the distro you're running) to install Chromium-
Ubuntu / Ubuntu 19 / Debian / Kali Linux
wget https://raw.githubusercontent.com/AndronixApp/AndronixOrigin/master/Uninstall/ubchromiumfix.sh && bash ubchromiumfix.shIf the Chromium does not launch from Application Menu then try the following command inside VNC terminal:
* chromium --no-sandbox * chromium-browser --no-sandboxArch / Manjaro
pacman -S chromium --noconfirmVoid Linux
Sadly chromium is not available for Void Linux.Alpine
apk add chromiumFedora
dnf install chromium