I have the AML-S905X-CC board and boot with Ubuntu 22.04. I cannot install the firefox nor google chrome, I definitely need a help to guide me how to install that.
Thanks
Firefox:
sudo apt install firefox
As far as I know, there is no chrome package for non-android arm Linux, but the open source port, Chromium is available through snaps(Firefox is a snap too, It’s just for some reason installed through apt but I’ll gripe about the snaps takeover somewhere else):
sudo snap install chromium
1 Like
Thank you. This is very help