You are not logged in.

#1 2019-01-31 00:19

detoo
Member
Registered: 2019-01-17
Posts: 86

Update manager exited with error code: 100

This has been going on for a few days; sudo apt-get update generates this:

Hit:1 http://security.debian.org/debian-security stretch/updates InRelease
Ign:2 http://ftp.debian.org/debian stretch InRelease
Hit:3 http://q4os.org/q4repo q4os-2-0-cn InRelease
Hit:4 http://ftp.debian.org/debian stretch-updates InRelease
Hit:5 http://q4os.org/qtderepo stretch InRelease
Hit:6 http://ftp.debian.org/debian stretch Release
Ign:7 http://download.opensuse.org/repositories/home:/stevenpusser/Debian_9.0  InRelease
Get:8 http://download.opensuse.org/repositories/home:/stevenpusser/Debian_9.0  Release [1,006 B]
Get:9 http://download.opensuse.org/repositories/home:/stevenpusser/Debian_9.0  Release.gpg [481 B]
Ign:9 http://download.opensuse.org/repositories/home:/stevenpusser/Debian_9.0  Release.gpg
Hit:11 http://download.opensuse.org/repositories/home:/stevenpusser/Debian_9.0  Packages
Fetched 1,487 B in 2s (603 B/s)
Reading package lists... Done
W: GPG error: http://download.opensuse.org/repositories/home:/stevenpusser/Debian_9.0  Release: The following signatures were invalid: EXPKEYSIG 0FAD31CA8719FCE4 home:stevenpusser OBS Project <home:stevenpusser@build.opensuse.org>
W: The repository 'http://download.opensuse.org/repositories/home:/stevenpusser/Debian_9.0  Release' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.

What should I do next?

Offline

#2 2019-01-31 00:36

Dai_trying
Member
From: UK
Registered: 2015-12-14
Posts: 2,989

Re: Update manager exited with error code: 100

Looks like steve updated his repository keys on 25th January 2019 as shown by the date of the file, so you should probably download and install the new key

https://download.opensuse.org/repositor … ebian_9.0/

Offline

#3 2019-01-31 01:02

detoo
Member
Registered: 2019-01-17
Posts: 86

Re: Update manager exited with error code: 100

OK, thanks. I downloaded the new key, but didn't know how to install it. So I opened a terminal, entered:

sudo apt-get update

followed by:

sudo apt-get upgrade

And then I was able to install everything. I just ignored the warning about Pale Moon (because of the key issue). Didn't realize till now that I had the option to bypass it.

Last edited by detoo (2019-01-31 02:32)

Offline

#4 2019-01-31 10:09

Dai_trying
Member
From: UK
Registered: 2015-12-14
Posts: 2,989

Re: Update manager exited with error code: 100

According to his instructions the following should add the key

You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust. To add the key, run:

wget -nv https://download.opensuse.org/repositories/home:stevenpusser/Debian_9.0/Release.key -O Release.key
apt-key add - < Release.key
apt-get update

Offline

#5 2019-01-31 23:20

detoo
Member
Registered: 2019-01-17
Posts: 86

Re: Update manager exited with error code: 100

OK, got them. Thank you!
(Note to others: I also had to enter sudo before the second and third commands shown above.)

Offline

Board footer

Powered by FluxBB