Main Menu

sha256sum incorrect ?

Started by Nico, Sat Aug 03 19:43:10 2019

Previous topic - Next topic

Nico

Hi some days ago I downloaded

http://downloads.nutyx.org/NuTyX_x86_64-mate-20190701.iso

but my sha256 checksum is not how I read on website:

http://downloads.nutyx.org/NuTyX_x86_64-mate-20190701.sha256sum

3977c1f3526ba92ceddce7f66ee23027f02c39cd4836d0141ef6fbc59778eb58  NuTyX_x86_64-mate-20190701.iso

I obtain:

$ sha256sum NuTyX_x86_64-mate-20190701.iso

247e0f65b890401c65569bb25765ab8fb87b0e801e6e7ca0540f225ac915fd95  NuTyX_x86_64-mate-20190701.iso

I have a slow connection so I download again iso this evening but  I obtain a different sha256 checksum

please, could someone check
if I'm wrong ?
best regards,
Nico

Thierry

#1
Welcome to NuTyX, That's how I did:

wget http://downloads.nutyx.org/NuTyX_x86_64-mate-20190701.iso
wget http://downloads.nutyx.org/NuTyX_x86_64-mate-20190701.sha256sum
sha256sum -c NuTyX_x86_64-mate-20190701.sha256sum
NuTyX_x86_64-mate-20190701.iso: Réussi

"Réussi" means OK in french :)