The officially official Devuan Forum!

You are not logged in.

#1 2022-07-11 22:07:36

nobodyuknow
Member
Registered: 2017-09-10
Posts: 173  

[SOLVED] ungoogled chromium repository stops update

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

#2 2022-07-12 06:08:51

charliebrownau
Member
From: Australia
Registered: 2022-04-14
Posts: 62  
Website

Re: [SOLVED] ungoogled chromium repository stops update

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

#3 2022-07-12 09:53:40

xinomilo
Unknown
Registered: 2017-07-02
Posts: 315  

Re: [SOLVED] ungoogled chromium repository stops update

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

#4 2022-07-12 18:24:12

nobodyuknow
Member
Registered: 2017-09-10
Posts: 173  

Re: [SOLVED] ungoogled chromium repository stops update

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

#5 2022-07-12 19:17:15

Head_on_a_Stick
Member
From: London
Registered: 2019-03-24
Posts: 3,125  
Website

Re: [SOLVED] ungoogled chromium repository stops update

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

#6 2022-07-12 23:07:55

nobodyuknow
Member
Registered: 2017-09-10
Posts: 173  

Re: [SOLVED] ungoogled chromium repository stops update

@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

Board footer