MeshWorld India LogoMeshWorld.

Install Chromium Web Browser on Ubuntu 20.04 and Other Linux Distros

Listen to ArticleAI Speech
~3 min read narration
100%
Install Chromium Web Browser on Ubuntu 20.04 and Other Linux Distros

Chromium is an open-source browser project backing Google’s Chrome browser. Many modern browsers are built on Chromium.

Even Microsoft latest Edge browser released on January 15th, 2020 has been built from scratch using Chromium as a new foundation. So they planned to switch to Chromium after the huge popularity and success of Chromium-based browsers.

Few browsers based on Chromium projects as of writing this article on 31st, October 2020 are -

Chromium project is an open-source project managed by Google. Chromium does not include proprietary web codecs. As well as Google handles crash reports and usage tracks with Google Chrome based on Chromium.

The Chromium browser is an excellent option for open-source applications.

In this article we will see two different ways of installing an open-source Chromium browser on Ubuntu 20.04 and other few Ubuntu-based distributions are as follows:

Chromium can be installed via the Snapcraft store as a snap package or with apt.

Installing as a Snap Package

Canonical manages and distributes the Chromium snap package, the one behind Ubuntu.

Snap packages are easy to upgrade and secure as Snaps are self-contained software packages. It includes all dependencies needed to run an application.

Snap packages can be installed either from Ubuntu Software application or via command-line.

Using Terminal

Open your terminal (Ctrl+Alt+T) and run the below command with sudo privileges

sudo snap install chromium

This command will install the latest chromium and other dependencies too. The snap package will automatically update(in the background) whenever a new version of Chromium is released.

We can also install from Ubuntu Software, search for Chromium and install the application.

Installing with apt

Chromium deb is already available in the default Ubuntu repositories.

Using Terminal

Open your terminal (Ctrl+Alt+T) and run the below command with sudo privileges

sudo apt update && sudo apt install chromium-browser -f

This command will install the latest chromium and other dependencies too fixing broken packages. It can be updated through the command-line or your Software Update tool

Run application

Once the installation is done, we can now run Chromium from application launcher.

We’ll see the default Chromium welcome page when the browser starts for the first time.

Hope you like this!

Keep helping and happy 😄 coding

Reader Quality Feedback

Did this technical guide help solve your problem?

Suggest Errata ($0)
Vishnu
Primary Author

Vishnu

Founder & Principal Architect at MeshWorld. Senior engineer and instructor specializing in AI agent systems, scalable web architecture, and modern development workflows.

Explore Author Archive
Compute Fuel & Open Testbed
100% Independent & Verified

Fuel High-Density, Zero-Fluff Engineering Deep-Dives

Every guide on MeshWorld is validated on physical Linux nodes and reproducible testbeds. If this article saved you hours of debugging or unblocked production, consider funding our next cluster run.

Weekly Dispatch

Join MeshWorld Dispatch

Get practical tutorials, system blueprints, and curated AI engineering notes straight to your inbox. No fluff, zero spam.

Zero spam. 1-click unsubscribe anytime.Prefer RSS?
Curated Continuations

Up Next in This Domain.

Browse Full Archive