The options are as follows:
-Chromium (outside Ubuntu, since they ship a broken Snap package without working WebUSB)
-Vanadium (GrapheneOS)
-Google Chrome
-Microsoft Edge
-Brave (with Brave Shields disabled, since it caps storage usage at a low value to avoid fingerprinting available storage)
What I don't understand is this and what I have highlighted in bold above from Chromium and Brave:
You should avoid Flatpak and Snap versions of browsers, as they're known to cause issues during the installation process.
My questions:
1-I installed Chromium on Linux Mint through the Terminal like this (if I'm not mistaken):
sudo apt update
sudo apt upgrade
sudo apt install chromium-browser
And I don't know if this way I'm installing a Flatpack or Snap version, which seems to be something to avoid. Anybody knows?
2-I then installed Google Chrome by simply downloading it from the official website. Is this browser the least recommended for installing GOS because it is from Google?
3-Both Chromium and Chrome show me the following message when I run them. Does anyone know what this is?:
“Choose password for new keyring.”
4-I downloaded Microsoft Edge, but I don't know why it didn't install, and I installed Brave Browser using the instructions here:
https://brave.com/linux/
That is:
sudo apt install curl
sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg
sudo curl -fsSLo /etc/apt/sources.list.d/brave-browser-release.sources https://brave-browser-apt-release.s3.brave.com/brave-browser.sources
sudo apt update
sudo apt install brave-browser
Which Brave Shields specifically need to be disabled? I disabled them all, and then the browser didn't work.