What is the right checksum for the Leap 15.6 iso image?

I downloaded the latest opensuse 15.6 Leap iso image. Using the dolphin file manager, it calculated:
md5sum: b697d232c48b22b146cceb4fdf788401
sha1sum: 3da3fd8159d6c8b1e133d635745ad2ea145ce0f5
sha256sum: a74d4072e639c75ca127df3d869c1e57bcc44a093a969550f348a3ead561fe4f
sha512sum: 59a5c2501561e42bcc58d485b839f9da552f592e465174dfce964e6b80feea61ace0a978b4299de5e0fd245f228a33a54166182776e1a9263a733ed491e87f8b

None of these are even close to the SHA256 sum on the webpage openSUSE Leap 15.6 - Get openSUSE which shows the SHA256 sum as It should be as AD48 5664 E901 B867 051A B15F 35A2 F86E 29B7 00A4

Can anyone explain what is going on?? I need to verify that my Leap 15.6 iso image is correct.

Thank you.

@American_Citizen The sha256sum is here;
https://download.opensuse.org/distribution/leap/15.6/iso/

Depends on what you downloaded.

For example I have the image openSUSE-Leap-15.6-DVD-x86_64-Build710.3-Media.iso so I download the openSUSE-Leap-15.6-DVD-x86_64-Build710.3-Media.iso.sha256 file and the run;

sha256sum -c openSUSE-Leap-15.6-DVD-x86_64-Build710.3-Media.iso.sha256
openSUSE-Leap-15.6-DVD-x86_64-Build710.3-Media.iso: OK

This is the sha256sum that I am seeing.

That page is badly worded. The “AD48…” is actually the id of the gpg key used to sign the checksum file.

Malcolm: Thank you for the webpage, which is exactly what I needed. Appreciated.

1 Like