LogoLogo
  • Welcome 😄
  • Introduction
    • Important ⚡
    • Where to begin? 🤷‍♀️
  • Installation
    • Un-Modded OS
      • Ubuntu
      • Debian
      • Kali Security OS
      • Manjaro
      • Arch Linux
      • Fedora
      • Void
      • Alpine
    • Modded OS
      • Ubuntu KDE
      • Debian XFCE
      • Ubuntu XFCE
      • Manjaro XFCE
    • Offline Installation
  • Uninstallation
    • Uninstallation 🔴
  • VNC
    • VNC Basics 📱
    • SSH Basics 👩‍💻
  • XSDL
    • XSDL Basics
  • Hardware
    • Internal Storage 📂
    • Sound 🎵
  • Software
    • Browsers
    • LibreOffice
    • Blender
    • IDEs
      • IntelliJ Idea
      • VS Code
      • JetBrains
    • GIMP
Powered by GitBook
On this page
  • Firefox
  • Ubuntu / Ubuntu 20 / Debian / Kali Linux
  • Arch / Manjaro
  • Void Linux
  • Alpine
  • Chromium
  • Ubuntu / Ubuntu 19 / Debian / Kali Linux
  • Arch / Manjaro
  • Void Linux
  • Alpine
  • Fedora

Was this helpful?

  1. Software

Browsers

Where the web lives...🌍

PreviousSound 🎵NextLibreOffice

Last updated 4 years ago

Was this helpful?

If you are having any armv7 based device browsers might fail to work due to unknow reasons. We can't help with armv7 devices since we don't have any armv7 devices as its older architecture and is no more found in modern smartphones.

All the commands should be executed after starting Linux

Firefox

Ubuntu / Ubuntu 20 / Debian / Kali Linux

apt install firefox-esr -y

Arch / Manjaro

pacman -S firefox --noconfirm

Void Linux

xbps-install -S firefox

Alpine

Sadly Alpine does not provide Firefox support for ARM devices as or now.

Chromium

Ubuntu / Ubuntu 19 / Debian / Kali Linux

wget https://raw.githubusercontent.com/AndronixApp/AndronixOrigin/master/Uninstall/ubchromiumfix.sh && bash ubchromiumfix.sh

If the Chromium does not launch from Application Menu then try the following command inside VNC terminal: 1- chromium --no-sandbox

2- chromium-browser --no-sandbox

Arch / Manjaro

pacman -S chromium --noconfirm

Void Linux

Sadly chromium is not available for Void Linux.

Alpine

apk add chromium

Fedora

dnf install chromium