Install Sha512sum On A Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora, Raspbian And MacOS
Maintainer: Michael Stone
Email: [email protected] .
Website: https://gnu.org/software/coreutils
Section: utils
Install sha512sum
-
Debian
apt-get install coreutilsClick to copy -
Ubuntu
apt-get install coreutilsClick to copy -
Alpine OS
apk add coreutilsClick to copy -
Arch Linux
pacman -S coreutilsClick to copy -
Kali Linux
apt-get install coreutilsClick to copy -
CentOS
yum install coreutilsClick to copy -
Fedora
dnf install coreutilsClick to copy -
Raspbian
apt-get install coreutilsClick to copy -
macOS
brew install coreutilsClick to copy
Calculate SHA512 cryptographic checksums.
How to use sha512sum?
Below are few example commands for sha512sum that you can use in the terminal.
Calculate the SHA512 checksum for a file:sha512sum filename1Click to copyCalculate SHA512 checksums for multiple files:sha512sum filename1 filename2Click to copyRead a file of SHA512 sums and verify all files have matching checksums:sha512sum -c filename.sha512Click to copy
Installation of latest sha512sum 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 2026 latest package from the repository and install it in your computer/server.




