URL: https://linuxfr.org/forums/linux-debian-ubuntu/posts/impossible-d-ajouter-une-cle-de-signature-de-depots-sur-ubuntu-24-04-arm64 Title: Impossible d'ajouter une clé de signature de dépôts sur Ubuntu 24.04 arm64 Authors: CIX Date: 2023年07月22日T17:46:20+02:00 License: CC By-SA Tags: apt-add-repository, ubuntu et linuxdebian Score: 0 Bonjour, Les ajouts de clefs du dépôt Debian/bookworm ne sont pas prit en compte par le système (Ubntu 24.04 arm64 raspberry) Tuto : https://www.numetopia.fr/comment-corriger-lavertissement-apt-key-is-deprecated/ https://wiki.debian.org/DebianRepository/UseThirdParty> curl http://ftp.fr.debian.org/debian/dists/bookworm/Release.gpg | sq dearmor -o /usr/share/keyrings/debian_bookwrom.archive-keyring.pgp> gpg --list-packets Release.gpg> key-id: 0E98404D386FA1D9 6ED0E7B82643E131 F8D2585B8783D481> > cat /etc/apt/sources.list.d/deb_bootworm.list> > deb [arch=arm64 signed-by=/usr/share/keyrings/debian_bookwrom.archive-keyring.pgp] http://ftp.fr.debian.org/debian bookworm main> apt-get update affiche toujours :> Err:2 http://ftp.fr.debian.org/debian bookworm InRelease> The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131 NO_PUBKEY F8D2585B8783D481> Reading package lists... Done> W: GPG error: http://ftp.fr.debian.org/debian bookworm InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131 NO_PUBKEY F8D2585B8783D481> E: The repository 'http://ftp.fr.debian.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. J'ai tenté de forcé les choses méthode bourrin mais en vain : Tuto: https://doc.ubuntu-fr.org/apt-key> gpg --keyserver keyserver.ubuntu.com --recv-keys 0E98404D386FA1D9 > gpg --keyserver keyserver.ubuntu.com --recv-keys 6ED0E7B82643E131 > gpg --keyserver keyserver.ubuntu.com --recv-keys F8D2585B8783D481 > gpg -a --export 0E98404D386FA1D9 | apt-key add -> gpg -a --export 6ED0E7B82643E131 | apt-key add -> gpg -a --export F8D2585B8783D481 | apt-key add -> > apt-key list> Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).> /etc/apt/trusted.gpg> --------------------> pub rsa4096 2021年01月17日 [SC] [expires: 2029年01月15日]> 1F89 983E 0081 FDE0 18F3 CC96 73A4 F27B 8DD4 7936> uid [ unknown] Debian Archive Automatic Signing Key (11/bullseye) > sub rsa4096 2021年01月17日 [S] [expires: 2029年01月15日]> > pub rsa4096 2023年01月21日 [SC] [expires: 2031年01月19日]> B8B8 0B5B 623E AB6A D877 5C45 B7C5 D7D6 3509 47F8> uid [ unknown] Debian Archive Automatic Signing Key (12/bookworm) > sub rsa4096 2023年01月21日 [S] [expires: 2031年01月19日]> > pub ed25519 2023年01月23日 [SC] [expires: 2031年01月21日]> 4D64 FEC1 19C2 0290 67D6 E791 F8D2 585B 8783 D481> uid [ unknown] Debian Stable Release Key (12/bookworm) > > /etc/apt/trusted.gpg.d/ubuntu-keyring-2012-cdimage.gpg> ------------------------------------------------------> pub rsa4096 2012年05月11日 [SC]> 8439 38DF 228D 22F7 B374 2BC0 D94A A3F0 EFE2 1092> uid [ unknown] Ubuntu CD Image Automatic Signing Key (2012) > > /etc/apt/trusted.gpg.d/ubuntu-keyring-2018-archive.gpg> ------------------------------------------------------> pub rsa4096 2018年09月17日 [SC]> F6EC B376 2474 EDA9 D21B 7022 8719 20D1 991B C93C> uid [ unknown] Ubuntu Archive Automatic Signing Key (2018) J'ai demandé à mes nouveaux amis Bard et ChatGPT mais ils plantent dans la syntaxe, ou version... :) Si kkun aurait une solution ou même une piste ce serait sympa de la partager ;) Cordialement.

AltStyle によって変換されたページ (->オリジナル) /