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 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 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 filename1
Click to copyCalculate SHA512 checksums for multiple files:sha512sum filename1 filename2
Click to copyRead a file of SHA512 sums and verify all files have matching checksums:sha512sum -c filename.sha512
Click 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 2023 latest package from the repository and install it in your computer/server.