How to install Chromium on Linux

chromium logo

Chromium is the opensource version of Google Chrome web browser.

Debian

sudo apt install chromium

Fedora

sudo dnf install chromium

CentOS

CentOS 7

#Enable EPEL repo sudo yum install epel-release

#Install Chromium sudo yum install chromium

CentOS 8

#Enable EPEL repo sudo dnf install epel-release

#Install Chromium sudo dnf install chromium

Ubuntu and Linux Mint

sudo apt install chromium-browser

Arch Linux and Manjaro

sudo pacman -S chromium

Void Linux

sudo xbps-install -S chromium

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.