Checking a downloaded installer - Versions 2023.x and older
Matthieu Pupat
Altair Employee
To make sure the installer you downloaded are not corrupted, it is useful to verify their checksum and compare them with the published checksum on our website.
This article is for versions 2023 and lower Please refer to this article for versions 2024 and higher.
Getting the installer checksum
The installer checksum is available from Altair Marketplace, right below the download link:
You can use the icon to copy it to your clipboard if needed.
Verifying checksum on Windows
- From the Windows Start menu, open a Command Prompt
- In the command prompt, enter the following command:
CertUtil -hashfile <full file path> MD5 - Verify that the checksum from Altair Marketplace and the output of the CertUtil command match
Verifying checksum on Linux
- Open a terminal window
- At the command prompt, enter the following command
md5sum <full file path> - Verify that the checksum from Altair Marketplace and the output of the md5sum command match
Tagged:
3