How to install Chromium in Ubuntu | Termux



Chromium is an open-source browser developed by Google. As Chrome doesn't have arm release we can use chromium as both are developed by Google only.

So, In this article we will install Chromium in Ubuntu in Termux on Android.


Prerequisite :

Termux
Ubuntu (If you don't have, follow this tutorial to install it.)


Installation :

First login to Ubuntu


proot-distro login ubuntu


Now we need to add debian repo in it as chromium is not available in Ubuntu repo.


sudo apt update ;
sudo apt install gnupg -y ;
echo "deb http://ftp.debian.org/debian buster main" >> /etc/apt/sources.list ;
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv-keys 648ACFD622F3D138 ;
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv-keys 0E98404D386FA1D9 ;
sudo apt update


Once Debian repo is added then install chromium


sudo apt install chromium


Now Chromium is installed, Just start GUI and execute following start it


chromium --no-sandbox




Post a Comment (0)
Previous Post Next Post