# Browsers

![](https://3110874736-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LzGbxzgz4fNAgn3zi0F%2F-M4ibU9voc70pg-Kx2l1%2F-M4igjOvVHMp27yaMORU%2Ffirefox_banner.png?alt=media\&token=3038d679-53b6-4df3-8b77-07e1dcc8b8ef)

{% hint style="warning" %}
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.
{% endhint %}

{% hint style="danger" %}

## All the commands should be executed after starting Linux

{% endhint %}

## 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

{% hint style="danger" %}
Sadly Alpine does not provide Firefox support for ARM devices as or now.
{% endhint %}

![](https://3110874736-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LzGbxzgz4fNAgn3zi0F%2F-M4ibU9voc70pg-Kx2l1%2F-M4igjOtnPJdJ0KtjFqp%2Fchrome_banner.png?alt=media\&token=4e792ddd-03fb-49ca-b5da-960e5eff0251)

## 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

{% hint style="danger" %}
Sadly chromium is not available for Void Linux.
{% endhint %}

### Alpine

```
apk add chromium
```

### Fedora

```
dnf install chromium 
```
