YH Update-Error: signature verification

Hi

I get an error, when ich want to get updates for yunohost

I’m running yh 11.2.9.1 and update wants load to 11.2.10.3.
YH is runnig on a local server under proxmox.

Log:

Die Liste der verfügbaren Pakete wird aktualisiert…

W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: Index of /php/ bullseye InRelease: The following signatures were invalid: EXPKEYSIG B188E2B695BD4743 DEB.SURY.ORG Automatic Signing Key

W: Failed to fetch https://packages.sury.org/php/dists/bullseye/InRelease The following signatures were invalid: EXPKEYSIG B188E2B695BD4743 DEB.SURY.ORG Automatic Signing Key

W: Some index files failed to download. They have been ignored, or old ones used instead.

Beim Versuch den Cache für APT (Debians Paketmanager) zu aktualisieren, ist etwas schief gelaufen. Hier ist ein Dump der Zeilen aus sources.list, die Ihnen vielleicht dabei helfen, das Problem zu identifizieren:

sources.list:deb Index of /debian bullseye main contrib

sources.list:deb-src Index of /debian bullseye main contrib

sources.list:deb Index of /debian/ bullseye stable

sources.list:deb Index of /debian-security bullseye-security main contrib non-free

sources.list:deb-src Index of /debian-security bullseye-security main contrib non-free

sources.list:deb Index of /debian bullseye-updates main contrib non-free

sources.list:deb-src Index of /debian bullseye-updates main contrib non-free

sources.list.d/extra_php_version.list:deb Index of /php/ bullseye main

Aktualisierung des Applikationskatalogs…

Der Apps-Katalog wurde aktualisiert!

Can some give some hints to solve that problem?

regards
Daniel

Hello,

This issue has been evoked elsewhere on the forum. Here is the solution, with the apt-key command: Cannot run system update - #8 by OniriCorpe

1 Like

Thanks. Yes, this commands helps:

sudo apt-key del 95BD4743; wget -nv -O - “https://packages.sury.org/php/apt.gpg” | sudo apt-key add -

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.