Re: verify debian12 signature
Franco Martelli <[email protected]>
| Newsgroups | gmane.linux.debian.devel.cd |
|---|---|
| Message-ID | <[email protected]> |
On 14/06/24 at 17:26, Juan Manuel . wrote: > I'm sorry but it's complicated. Do you know anyone who can remotely > connect with me to guide me? > ------------------------------------------------------------------------ > *De:* Franco Martelli <[email protected]> > *Enviado:* jueves, 13 de junio de 2024 19:19 > *Para:* [email protected] <[email protected]> > *Cc:* [email protected] <[email protected]> > *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, No, of course I don't know anyone who can help you. However if you aren't comfortable with the CLI (Command Line Interface) and you want to install Debian on your PC then you need a friend that already did that *or* you need a book to start with. You can find a friend looking for a LUG (Linux User Group) near to the town where you live. e.g. in Google search for: "linux user group Spain" or "linux user group Madrid" You can read this book: https://lescahiersdudebutant.arpinux.org/bookworm-en/ or if you like to go further, this: https://debian-handbook.info/browse/stable/index.html There are also the on-line Debian's docs suitable for beginners: https://www.debian.org/doc/ Good luck!