How to install chromium-browser to VIM3

Which Khadas SBC do you use?

**VIM3 Basic**

Which system do you use? Android, Ubuntu, OOWOW or others?

**Ubuntu**

Which version of system do you use? Khadas official images, self built images, or others?

**vim3-ubuntu-20.04-gnome-linux-5.18-fenix-1.1.1-220725.img.xz**

Please describe your issue below:

**Hey sorry but im newbie, can u pls help me how to run chromium? im using VIM3 buntu 20.04 with 5.18 kernel when i try to install it sudo apt-get install chromium-browser im sitting at Waiting for automatic snapd restart. for hours. Even if i restart snapd manually process is not going futher **

Post a console log of your issue below:


=> Installing the chromium snap 
==> Checking connectivity with the snap store
==> Installing the chromium snap
2022-09-07T20:08:43 INFO Waiting for automatic snapd restart...

Hello @Msadc

Could you try the commands below to install chromium?

$ sudo add-apt-repository ppa:saiarcot895/chromium-beta
$ sudo apt remove chromium-browser
$ sudo snap remove chromium
$ sudo apt install chromium-browser
1 Like