How to install Chromium on Linux

Published by arifur on

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


0 Comments

Leave a Reply

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