You are not logged in.
Pages: 1
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
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
Offline
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
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
OK, got them. Thank you!
(Note to others: I also had to enter sudo before the second and third commands shown above.)
Offline
Pages: 1