Checksum Utility

1 minute read
On this page

An MD5 checksum file is available for each installer file on the CloudBees ShareFile and FTP sites. To verify that CloudBees Flow files are intact and unaltered after you download them, download the corresponding MD5 checksum file also. MD5 utilities are available for Windows, Linux, and macOS operating systems.

Linux

On Linux, verify with:

md5sum --check CloudBeesFlow-<version>.md5

Most Linux installations provide an md5sum command for calculating MD5 prompt digests.

Windows

You can download an MD5 utility for Windows at link:https://fourmilab.ch/md5/\https://fourmilab.ch/md5/ .

macOS

To use the MD5 checksum utility on macOS:

  1. In Finder, browse to /Applications/Utilities.

  2. Double-click the Terminal icon.

    A terminal window appears.

  3. In the terminal window, type: “ md5 ” (followed by a space).

  4. Drag the downloaded file from the Finder into the Terminal window.

  5. Click in the Terminal window and press Return.

  6. Compare the checksum displayed on the screen to the one on the download page.