Quantcast
Image

Search Results for: install-chromium-browser

How to install Google Chrome on Ubuntu

By  •  December 2, 2023

Google Chrome is not available in Ubuntu's default apt repositories though Chromium is. It makes installing Google Chrome on Ubuntu not as straightforward as possible.


Read More

How to install Chromium browser on CentOS, RHEL or Fedora

By  •  November 28, 2023

Chromium is not the default web browser and is not even installed by default in CentOS, Red Hat, or Fedora. It's not even available in the distributions' default package …
Read More

How to install Chromium web browser in Ubuntu

By  •  May 28, 2018

Chromium is the open source project behind Google Chrome. Chromium browser is available as source based install from the Chromium website, and has been available in Ubuntu‘s default repository since Maverick Meerkat (10.10). This means that you’ll no longer need to include the chromium-daily‘s PPA repository in order to install the Chromium browser in your system.

To install the Chromium browser in your system, follow these steps at the terminal.

  1. Update package list.

    sudo apt update
  2. Install chromium.

    sudo apt install chromium-browser
  3. You can now open Chromium from your application list or type the following command at the terminal;

    chromium-browser


Top