Re: Vérification SHA512SUMS.sign de debian-13.4.0-amd64-netinst.iso

Michel Verdier <[email protected]>
Newsgroups gmane.linux.debian.user.french
Message-ID <[email protected]>
Le 4 mai 2026 bidons a écrit :

> Mais le paquet debian-archive-keyring est déjà installé. J'ai tenté
>
> for f in /usr/share/keyrings/*.gpg; do gpg --list-packets "$f" | grep "DF9B9";
> done

Il faut chercher la fin du keyid et non le début

$ for f in /usr/share/keyrings/*.gpg; do if gpg --list-packets "$f" | grep -qsi "4BE9B" ; then echo $f ; fi ; done
/usr/share/keyrings/debian-role-keys.gpg

le keyid correspond au user ID
"Debian Testing CDs Automatic Signing Key <[email protected]>"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.