How to install Chromium browser without snap or flatpak in Ubuntu 24.04?

I am looking for a way to install Chromium without snap or flatpak in Ubuntu 24.04.

This answer would not work because Debian buster is too old.

I thought about adding Debian bookworm, but Debian bookworm does not have t64 libraries, while Ubuntu 24.04 uses t64 libraries.

For example, the debian repository is trying to pull libzzip-0-13 as a dependency, but Ubuntu already has libzzip-0-13t64.

So, is there any way to install Chromium without snap or flatpak? Perhaps using Debian Trixie repository or some PPA?

Use apt?!

sudo add-apt-repository ppa:xtradeb/apps -y
sudo apt update
sudo apt install chromium

enter image description here

Answered By: Rinzwind
Categories: Answers Tags: , , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.