I want to install Chromium from the Linux Mint repositories in Ubuntu 20.04, to avoid snap.
This answer describes how to install Chromium from the Debian repository.
However, the Linux Mint repository usually hosts an updated version of Chromium compared to Debian (as of 12th January 2022, LM 20 repository contains Chromium 97, whereas Debian 11 repository has Chromium 90), and also, Debian security team might soon discontinue maintaining Chromium.
/etc/apt/sources.d/mint-una.list
--- You probably intended to writesources.list.d
? – Archisman Panigrahi Jan 12 '22 at 15:14sudo apt install chromium
. – Adalbert Hanßen Aug 04 '22 at 14:17follow link
. I am still searching for a solution to this issue. – Adalbert Hanßen Aug 05 '22 at 09:00