Manjaro KDE Plasma x86_64 ISO Checksum doesn't match

I pulled down the iso, and the sha512 files and ran:

$ cat manjaro-kde-22.0.4-230222-linux61.iso.sha512 
72c188b4886ade8d554d856397e53e93bc37e218000bba1627e2218a58fdaf997155c712290cf52664bbb93497dd863256bd1dbc7e1de416f80515644a575590  manjaro-kde-22.0.4-230222-linux61.iso
$ sha512sum manjaro-kde-22.0.4-230222-linux61.iso
b6f54d8678e9ce75f5bca19e1284d313f8efdb9577eaf33c618ddfffb9ed36188329196c36fd40e3a5bf100165de8d84e7de3f4c64d80ac65d5a4829b900a3e5  manjaro-kde-22.0.4-230222-linux61.iso

I tried a straight download, and the torrent. Both failed in the same way.


Moderator edit: In the future, please use proper formatting: [HowTo] Post command output and file content as formatted text

Canā€™t reproduce. Try downloading the ISO again, yours is corrupted.

āÆ cat manjaro-kde-22.0.4-230222-linux61.iso.sha512
72c188b4886ade8d554d856397e53e93bc37e218000bba1627e2218a58fdaf997155c712290cf52664bbb93497dd863256bd1dbc7e1de416f80515644a575590  manjaro-kde-22.0.4-230222-linux61.iso
āÆ sha512sum manjaro-kde-22.0.4-230222-linux61.iso
72c188b4886ade8d554d856397e53e93bc37e218000bba1627e2218a58fdaf997155c712290cf52664bbb93497dd863256bd1dbc7e1de416f80515644a575590  manjaro-kde-22.0.4-230222-linux61.iso

Do a recheck on your torrent files, it will fill in whatā€™s missing.

You find the files also here and can see which md5 or sha1 sum the files have on Sourceforge:

Weird. Iā€™d already tried all that, but did it again this morning and it seems to have come down cleanly.

The hash value for the ISO image I download is the same as what you mentioned, but the hash value of the SHA512 file differs. Tried downloading both from the official website and SourceForge. I am using QuickHash v3.3.1 on Windows to compare.

manjaro-kde-22.0.4-230222-linux61.iso
72C188B4886ADE8D554D856397E53E93BC37E218000BBA1627E2218A58FDAF997155C712290CF52664BBB93497DD863256BD1DBC7E1DE416F80515644A575590 
manjaro-kde-22.0.4-230222-linux61.iso.sha512
58FCC7446802595C6CBEDA8E0DF42B97B62409F7A77906ED57B1F25F03D906A34D63487B2F11798BA93C0915AE7DA67F24500F97AEE983517AEB626B78EAC256

Any ideas why there could be a mismatch?

Edit: Turns out I was using the ā€˜Compare two filesā€™ feature in QuickHash, and I assumed that I was comparing the hash values of the ISO and the SHA512 file. But thatā€™s not correct, and I had to simply read the contents of the SHA512 file and compare it to the hash value of the ISO file. So the problem solved itself :slight_smile:

1 Like