openSUSE / MirrorCache

Download Redirector
https://opensuse.github.io/MirrorCache/
GNU General Public License v2.0
35 stars 12 forks source link

Signature problem #519

Closed cfiorentini closed 1 week ago

cfiorentini commented 2 weeks ago

Modified today Viewed 8 times  0   I'm trying to upgrade from 22.04.5 LTS to 24 LTS.

The command

sudo apt-get update

issues a signature problem (see below), and this prevents the release upgrade.

How can I fix it?

=========================================

Get:6 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] Err:5 https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_22.04 ./ InRelease The following signatures were invalid: EXPKEYSIG B8AC39B0876D807E home:npreining OBS Project home:npreining@build.opensuse.org Fetched 131 kB in 1s (147 kB/s) Reading package lists... Done W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_22.04 ./ InRelease: The following signatures were invalid: EXPKEYSIG B8AC39B0876D807E home:npreining OBS Project home:npreining@build.opensuse.org W: Failed to fetch https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_22.04/./InRelease The following signatures were invalid: EXPKEYSIG B8AC39B0876D807E home:npreining OBS Project home:npreining@build.opensuse.org W: Some index files failed to download. They have been ignored, or old ones used instead.

andrii-suse commented 1 week ago

Is it still the case? I was able to use the repo without any issue with following Dockerfile:

from debian:12

run apt update
env DEBIAN_FRONTEND=noninteractive
run apt -yq install curl gpg

run echo 'deb https://download.opensuse.org/repositories/network:/retroshare/Debian_12/ /' | tee /etc/apt/sources.list.d/network:retroshare.list
run curl -fsSL https://download.opensuse.org/repositories/network:/retroshare/Debian_12/Release.key | gpg --dearmor | tee /etc/apt/trusted.gpg.d/network:retroshare.gpg > /dev/null
run apt update
run apt -yq install retroshare-common