How to install Chromium on Ubuntu 22.04
Chromium is an open-source web browser project primarily developed by Google. It serves as the source code for Google Chrome and various other browsers. While Chrome builds have robust infrastructure for crash analysis and bug reporting, Chromium builds are available on a best-effort basis and may not necessarily align with user-facing Chrome releases. Chromium is present in the repositories of some distros only. So we have to rely on flatpak or snap for installation in other distros.
Install using Snap
Chromium is available as a snap package at Snapstore. Install using below command.
sudo snap install chromium
Install using Flatpak
Community maintained Flatpak of Chromium is available at Flathub. Run below commands to install.
flatpak install flathub org.chromium.Chromium