You are not logged in.
I installed Ungoogled Chromium, but then deleted it because I didn't like it. Obviously I did not clear its repository because I got the below error when doing "apt update":
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
47 packages can be upgraded. Run 'apt list --upgradable' to see them.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. 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>
W: Failed to fetch 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>
W: Some index files failed to download. They have been ignored, or old ones used instead.
Okay, so I thought I'd use Synaptic to eliminate that repository, but I got the below error after selecting Repositories:
An error occurred during the signature verification. The repository is not updated and the previous index files will be used. 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>Failed to fetch 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>Some index files failed to download. They have been ignored, or old ones used instead
How do I remove that repository?
Offline
I recommend using appimage if the repo stopped working
(you might need to hard delete it in the config file)
___________________________
Error in your config file
it points to HOME not HTTP
Failed to fetch http://download.opensuse.org/repositories/
home:/ungoogled_chromium/Debian_Bullseye/InRelease
The following signatures were invalid: EXPKEYSIG 02456C79B2FD48BF home:ungoogled_chromium OBS Projec
t <home:ungoogled_chromium@build.opensuse.org>
_________
Download appimage for UGC from
https://ungoogled-software.github.io/un … -binaries/
Offline
binaries are generally here : https://ungoogled-software.github.io/un … -binaries/
appimage is updated, debian package is still older..
--
repo error is about expired gpg signing, url is correct.
Offline
Thanks for the replies, but we seem to be talking past each other. I know about appimage, but that won't help me now, as apt won't run. What is the full pathname for the config file I need to edit?
UPDATE: I went to /etc/apt/trusted.gpg.d and deleted home-ungoogled_chromium.gpg, which allowed me to do update/upgrade, but I still see errors on update. I think I'll wipe the drive and reinstall.
Last edited by nobodyuknow (2022-07-12 18:32:53)
Offline
Just find the file containing the repository:
grep -R 'download.opensuse.org' /etc/apt/sources.list{,.d/*}
Then edit the file and remove the repository line. Or just delete the file if it only has one line.
No need to reinstall.
Brianna Ghey — Rest In Power
Offline
@Head_on_a_Stick
Thanks so much for that. I was rooting around in /etc/apt, but I never looked in /etc/apt/sources.list.d, which is where the offending file was.
Offline