Skip to content

Chromium

Chromium is an open source browser project that aims to create a safer, faster, and more stable web experience for all users.

Installation from repository

Chromium can be installed in any familiar and convenient way:

Install via GNOME Software

In three clicks 😊

Follow the link install Chromium and confirm the “open application” operation in the browser. The Application Center will open, select the source "Sisyphus" in it, and click the "download" button

Installation via terminal

shell
su -
apt-get update
apt-get install chromium
shell
epm -i chromium

Installation using Flatpak Unofficial build

If you have the Flatpak package, you can install Chromium with one command:

shell
flatpak install flathub org.chromium.Chromium

Or using the GNOME Software 🤔

Follow the link to install Chromium, then confirm the "open application" operation in the browser. After this, the Application Center will open, select the source "Flathub" in it and click the "download" button

Внимание

Running the application requires the ability to create unprivileged user spaces, which is potentially insecure. You can change kernel setting

Display Emoji font when browsing web pages in Chromium browser

Additional fonts need to be installed:

shell
su -
apt-get update
apt-get install fonts-ttf-google-noto-emoji fonts-ttf-google-noto-emoji-color
shell
epm -i fonts-ttf-google-noto-emoji fonts-ttf-google-noto-emoji-color

Graphics crash when opening Chromium.

Graphics crashes in Chromium after operating system update

Remove the user configuration from the user:

shell
rm -rfv .config/chromium/

When updating the driver, sometimes it is enough to clear the cache files with graphics processing or graphics display:

shell
rm -rfv .config/chromium/Default/GPUCache

Published under the GPL-3.0+ license. The content is available under the CC BY-SA 4.0 license, unless otherwise specified.