After installing Ubuntu 20.04 I removed snapd and want to use good old apt, but when I type:
sudo apt install chromium-browser
I get this:
The following additional packages will be installed:
snapd
The following NEW packages will be installed:
chromium-browser snapd
Which installed:
- snapd
- and then use snapd to install chromium.
I understand that Chromium team go with snap-only approach (snap-chromium, which is bad, but it's their choice), but I added chromium ppa which won't work for Ubuntu 20.04.
Can I disable snap-only installation for apt?
I faced several issuses with snap, eg. the current version of Chromium from snap can't open xdg-open links, while apt version on Ubuntu 18.04 can.