Differences between revisions 57 and 58
Revision 57 as of 2022-01-12 23:26:59
Size: 5223
Comment: We definitely shouldn't use a static link to a specific version of a rapidly-changing .deb package. At best, it'll 404, and at worst, people will download an old version. Other cleanups.
Revision 58 as of 2022-01-14 20:58:32
Size: 5814
Editor: ?TomaszBywalec
Comment: Update Debian package security status
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
As of <<DateTime(2022-01-12T23:19:07Z)>>, Debian's Chromium package in Stretch, Buster, and Bullseye remains vulnerable to numerous CVEs as outlined in the [[https://security-tracker.debian.org/tracker/source-package/chromium|Chromium Security Tracker]]. Furthermore, Chromium is no longer packaged for Bookworm. Consider getting it from an alternative source such as Flatpak, or use an alternative browser like [[Firefox]], [[Brave]] or [[ungoogled-chromium]]. As of <<DateTime(2022-01-14T20:39:30Z)>>, Debian's Chromium package security status is as below:

Stretch (oldoldstable): Vulnerable to numerous CVEs, see [[https://security-tracker.debian.org/tracker/source-package/chromium|Chromium Security Tracker]].<<BR>>
Buster (oldstable): Security support has been discontinued, see [[https://lists.debian.org/debian-security-announce/2022/msg00012.html|DSA 5046-1 security update]]. Vulnerable to numerous CVEs, see [[https://security-tracker.debian.org/tracker/source-package/chromium|Chromium Security Tracker]].<<BR>>
Bullseye (stable): Until 2022-01-14 had been vulnerable to numerous CVEs. It was updated to the latest version (97.0.4692.71-0.1~deb11u1) in bullseye-security repository, see [[https://lists.debian.org/debian-security-announce/2022/msg00012.html|DSA 5046-1 security update]].

Furthermore, Chromium is no longer packaged for Bookworm. Consider getting it from an alternative source such as Flatpak, or use an alternative browser like [[Firefox]], [[Brave]] or [[ungoogled-chromium]].

Translation(s): English - Français - Italiano - 简体中文 - Русский- Español


Chromium is an open source web browser that strives for a secure, fast and stable web browsing experience for its users. It is the open source project behind Google Chrome.

Installation

From the Debian repository

As of 2022-01-14 20:39:30, Debian's Chromium package security status is as below:

Stretch (oldoldstable): Vulnerable to numerous CVEs, see Chromium Security Tracker.
Buster (oldstable): Security support has been discontinued, see DSA 5046-1 security update. Vulnerable to numerous CVEs, see Chromium Security Tracker.
Bullseye (stable): Until 2022-01-14 had been vulnerable to numerous CVEs. It was updated to the latest version (97.0.4692.71-0.1~deb11u1) in bullseye-security repository, see DSA 5046-1 security update.

Furthermore, Chromium is no longer packaged for Bookworm. Consider getting it from an alternative source such as Flatpak, or use an alternative browser like Firefox, Brave or ungoogled-chromium.

You can obtain Chromium by simply installing the chromium package. chromium-l10n would also be of interest to users whose preferred language is not English, as it contains all of the language packs for the browser.

A minimal "Chromium shell" is available in the chromium-shell package, if you don't require a full web browser.

From the Linux Mint Debian Edition repo

Chromium can be installed from the third-party repository that provides it for LMDE (Linux Mint Debian Edition). This is completely unsupported, and will not update automatically, meaning that you must remember to update it manually regularly to avoid critical security issues.

This package is only available for the amd64 architecture.

The download link can be found here: http://packages.linuxmint.com/search.php?release=any&section=any&keyword=chromium

Choose the latest version of the Chromium package available from the listing, and install the .deb file through your preferred method.

From the Flathub Flatpak repo

Chromium can also be installed through Flatpak, one being available through Flathub. After following the Flathub setup guide, you can install it through the terminal by running:

flatpak install org.chromium.Chromium

Or through any software center (such as GNOME Software or KDE Discover) which supports Flatpak installation.


Extensions

Many popular, useful, and open-source browser extensions for Chromium are built as Debian packages that can be loaded locally and updated via Apt, reducing the need to use the Chrome Web Store and to trust the binary extension files that it serves. You can find these by searching for packages named webext-*.

Viewing PDF

Chromium can view PDFs without any additional extensions (internally using PDFium software library)


Video acceleration

Since Chromium 88, video acceleration is available but not enabled. This results in the CPU being used instead of the video card, attempting to enable this option offloads the CPU for the video card:

Drivers and libraries according to your hardware

For Intel Gen 7 and earlier hardware:

# apt install i965-va-driver-shaders libva-drm2 libva-x11-2

For Intel Gen 8+ hardware:

# apt install intel-media-va-driver-non-free libva-drm2 libva-x11-2

intel-media-va-driver-non-free from non-free repo

For nouveau and amdgpu :

# apt install mesa-va-drivers libva-drm2 libva-x11-2

Enable these browser flags

Type these URLs into your address bar, activate them and restart your browser on its request:

chrome://flags/#ignore-gpu-blocklist

chrome://flags/#enable-accelerated-video-decode


Debian-specific information

Alternative browsers

See also


CategorySoftware | CategoryNetworkApplication | CategoryWebBrowser