1.1 Verify Software Downloads Using MD5 and SHA256 Checksum
(Ask a Question)To verify software downloads using MD5 and SHA256 checksums, use the appropriate procedure for your operating system:
- For Windows operating systems, enter
the following at the command prompt:
certutil -hashfile [FILENAME] [HASH]. - For Linux®
operating systems, enter the following command on terminal:
md5sum <path_to_installer>orsha256sum <path_to_installer>.
