If you are concerned about security, the most proper way to get updated Chromium without untested third party patches and without snap in Ubuntu 20.04 is to use official builds from 18.04, which will be supported until 2023.
For proper installation and future updates follow the steps.
Enable bionic-updates repo:
cat <<EOF | sudo tee /etc/apt/sources.list.d/bionic-updates.list
# for deb-based chromium. Supported only 'til 2023
# see also /etc/apt/preferences.d/chromium-deb-bionic-updates
deb http://archive.ubuntu.com/ubuntu/ bionic-updates universe
EOF
If you are concerned about security, the most proper way to get updated Chromium without untested third party patches and without snap in Ubuntu 20.04 is to use official builds from 18.04, which will be supported until 2023.
For proper installation and future updates follow the steps.
Enable bionic-updates repo:
Pin Chromium packages from this repo:
And install packages:
Et voilà! Trusted and automatically updated environment without snap bastards.
It is possible by using a third-party repository (PPA) from LaunchPad, named Chromium Beta branch.
To install, one needs to add this repository to the system by:
Then remove the snapped Chromium by:
and install the package with:
To avoid the installation of the snap package in the future, one should do the following:
To revert to the snap version, use: