You are not logged in.
Gday
Iridium is outdated
I used to recommend it
Now I recommend
Librewolf
https://librewolf.net/installation/
and
Ungoogled chromium
https://github.com/ungoogled-software/u … d-chromium
Offline
I would be interested in having Ungoogled Chromium since I use firefox-esr with security/privacy extensions and there are a small number of commercial websites that don't play ball. I'm not keen on using the standard chromium deb in the Chimaera repositories, though I did install it on a spare PC for a guest who relies on his saved google setting (bookmarks, etc).
However having gone to https://github.com/ungoogled-software/u … d-chromium I tried to follow the download instructions here:
https://github.com/ungoogled-software/u … ium-debian (since there isn't a devuan repository) and get stuck at the apt update stage:
marjorie@grendel:~$ sudo apt update
Hit:1 https://updates.signal.org/desktop/apt xenial InRelease
Get:2 http://download.opensuse.org/repositories/home:/ungoogled_chromium/Debian_Bullseye InRelease [1,565 B]
Err:2 http://download.opensuse.org/repositories/home:/ungoogled_chromium/Debian_Bullseye InRelease
The following signatures were invalid: EXPKEYSIG 02456C79B2FD48BF home:ungoogled_chromium OBS Project <home:ungoogled_chromium@build.opensuse.org>
Hit:3 http://deb.devuan.org/merged chimaera InRelease
Hit:4 http://deb.devuan.org/merged chimaera-updates InRelease
Hit:5 http://deb.devuan.org/merged chimaera-security InRelease
Hit:6 https://debian.rickslab.com/gpu-utils eddore InRelease
Hit:7 http://deb.devuan.org/merged chimaera-backports InRelease
Reading package lists... Done
W: GPG error: http://download.opensuse.org/repositories/home:/ungoogled_chromium/Debian_Bullseye InRelease: The following signatures were invalid: EXPKEYSIG 02456C79B2FD48BF home:ungoogled_chromium OBS Project <home:ungoogled_chromium@build.opensuse.org>
E: The repository 'http://download.opensuse.org/repositories/home:/ungoogled_chromium/Debian_Bullseye InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Last edited by Marjorie (2022-08-06 11:00:08)
Offline
In the Git README.md the curl line is secure (https) whereas in your apt command it is not (http); is that the reason for the error?
# curl -s 'https://download.opensuse.org/repositories/home:/ungoogled_chromium/Debian_Bullseye/Release.key' …
Offline
Hi Alex,
no I don't think it's that:
the curl command on the website (that I copied and pasted and executed, sorry should have also listed in my message) uses https://...
For some reason the error message refer to http://..
Changing the curl command to use http://.. results in the same error message when I run sudo apt update.
Offline