Update Problems

Hello, when I want to perform an update, I get this error message. When I start the update, the user interface logs off and I have to log in again.
The update is not executed.

Während der Verarbeitung der Aktion hat der Server gemeldet:

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…

https://paste.yunohost.org/raw/uqajejitew

You should look these threads

Cheers

1 Like

Thanks its working
sudo apt-key del 95BD4743; wget -nv -O - "https://packages.sury.org/php/apt.gpg" | sudo apt-key add -

sudo apt update && sudo apt upgrade

Nice
You can mark the subject as solve (check the Solve button)
++

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