Chromium browser without snap

https://software.opensuse.org/download/package?package=ungoogled-chromium&project=home:ungoogled_chromium

Says this. For now it is the only way to use Chromium browser on ubuntu without the need of a snap.

For Ubuntu Focal enter this:

Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).

sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/ungoogled_chromium/Ubuntu_Focal/ /' > /etc/apt/sources.list.d/home:ungoogled_chromium.list" wget -nv https://download.opensuse.org/repositories/home:ungoogled_chromium/Ubuntu_Focal/Release.key -O Release.key sudo apt-key add - < Release.key sudo apt-get update sudo apt-get install ungoogled-chromium

For Ubuntu Bionic enter this:

Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).

sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/ungoogled_chromium/Ubuntu_Bionic/ /' > /etc/apt/sources.list.d/home:ungoogled_chromium.list" wget -nv https://download.opensuse.org/repositories/home:ungoogled_chromium/Ubuntu_Bionic/Release.key -O Release.key sudo apt-key add - < Release.key sudo apt-get update sudo apt-get install ungoogled-chromium