How To Install Sha1sum In Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora, Raspbian And MacOS?

How To Install Sha1sum In Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora, Raspbian And MacOS?

sha1sum

Calculate SHA1 cryptographic checksums.

Maintainer: Michael Stone



Section: utils

Install sha1sum

  • Debian apt-get install coreutils Click to copy
  • Ubuntu apt-get install coreutils Click to copy
  • Alpine OS apk add coreutils Click to copy
  • Arch Linux pacman -S coreutils Click to copy
  • Kali Linux apt-get install coreutils Click to copy
  • CentOS yum install coreutils Click to copy
  • Fedora dnf install coreutils Click to copy
  • Raspbian apt-get install coreutils Click to copy
  • macOS brew install coreutils Click to copy

Calculate SHA1 cryptographic checksums.

How to use sha1sum?

Below are few example commands for sha1sum that you can use in the terminal.

Calculate the SHA1 checksum for a file:
sha1sum filename1Click to copy
Calculate SHA1 checksums for multiple files:
sha1sum filename1 filename2Click to copy
Read a file of SHA1 sums and verify all files have matching checksums:
sha1sum -c filename.sha1Click to copy
Installation of latest sha1sum command is available for Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora, Raspbian and macOS. You can copy the command for your OS from above and paste it into your terminal. Once you run the command it will download the 2024 latest package from the repository and install it in your computer/server.