M4Berry Installing Chromium Browser on Ubuntu

sudo apt update
sudo apt install chromium-browser

After installation, you need to install it again using Snap.

If Snap isn’t available,

sudo apt install snap

Then restart the Snap service.

sudo systemctl restart snapd

Then execute:

sudo snap install chromium

If you can’t install it, you can add a proxy to Snap and then reinstall it.

Note: The device with this IP address needs to use the same router as the M4 Berry and have port 7890 open.

sudo snapsetsystem proxy.http="http://xxx.xxx.xxx.xxx:7890"
sudo snapsetsystem proxy.https="http://xxx.xxx.xxx.xxx:7890"

After installation, you can open it using the command line.

Chromium

Clearing the proxy

sudo snap unset system proxy.http
sudo snap unset system proxy.https