Zunächst einmal danke für das Ganze, was du geschrieben hast, die ganze Mühe dazu genommen hast. Ich war länger hier nicht on, da ich sehr lange krank war. Jetzt wollte ich das Update durchführen, doch ich habe mit dem Schlüssel ein Problem. Was ich mal hier integriere.
Ich habe versucht, den Schlüssel immer zu erneuern, doch das klappt nicht. Daher mal die Frage, ob das bei euch genauso ist.
root@srv /home/carrabelloy # sudo apt-get update && sudo apt-get dist-upgrade
Hit:1 http://mirror.hetzner.com/debian/packages bookworm InRelease
Hit:2 http://mirror.hetzner.com/debian/packages bookworm-updates InRelease
Hit:3 http://mirror.hetzner.com/debian/security bookworm-security InRelease
Hit:4 http://deb.debian.org/debian bookworm InRelease
Hit:5 http://security.debian.org/debian-security bookworm-security InRelease
Hit:6 http://deb.debian.org/debian bookworm-updates InRelease
Ign:7 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4 InRelease
Hit:9 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4 Release
Get:8 https://forge.yunohost.org/debian bookworm InRelease [15.4 kB]
Hit:10 https://packages.sury.org/php bookworm InRelease
Err:8 https://forge.yunohost.org/debian bookworm InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 5D09F2273DAC3BD5
Reading package lists... Done
W: GPG error: https://forge.yunohost.org/debian bookworm InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 5D09F2273DAC3BD5
E: The repository 'http://forge.yunohost.org/debian bookworm InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
root@srv /home/carrabelloy #
Diese wege bin ich im einzelnen duchgegangen.
curl -fsSL https://forge.yunohost.org/yunohost.asc | sudo tee /usr/share/keyrings/yunohost.gpg > /dev/null
Stelle sicher, dass der Schlüssel korrekt importiert wurde:
gpg --list-keys --keyring /usr/share/keyrings/yunohost.gpg
```Der Inhalt sollte folgendermaßen aussehen:
deb [signed-by=/usr/share/keyrings/yunohost.gpg] http://forge.yunohost.org/debian/ bookworm stable
#### **Überprüfe die Datei `sources.list.d`**
Stelle sicher, dass der Eintrag in der Datei `/etc/apt/sources.list.d/yunohost.list` korrekt ist:
sudo nano /etc/apt/sources.list.d/yunohost.list