I'm sorry but it's complicated. Do you know anyone who can remotely
connect with me to guide me?
------------------------------------------------------------------------
*De:* Franco Martelli <martellif67@gmail.com>
*Enviado:* jueves, 13 de junio de 2024 19:19
*Para:* debian-cd@lists.debian.org <debian-cd@lists.debian.org>
*Cc:* juanmanuel31@hotmail.com <juanmanuel31@hotmail.com>
*Asunto:* Re: verify debian12 signature
On 13/06/24 at 08:54, Thomas Schmitt wrote:
Then i'd compute the SHA256 of the .iso file
sha256sum debian-12.5.0-amd64-netinst.iso
and compare it with the checksum string which is listed for the .iso file
in SHA256SUMS.
The comparison can be done directly by "sha256sum" command using the
"-c" option. Download both .iso and SHA256SUMS files in the same
directory then use this command:
~$ sha256sum --ignore-missing -c SHA256SUMS
debian-12.5.0-amd64-DVD-1.iso: OK
Cheers,