shasum

Calculate SHA cryptographic checksums. More information: <https://manned.org/shasum>.

Debian Debian
RUN apt-get update && \ apt-get install -y libdigest-sha-perl
Ubuntu
RUN apt-get update && \ apt-get install -y libdigest-sha-perl
Alpine
RUN apk add perl
Arch Arch Linux
RUN pacman -S --noconfirm perl
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y libdigest-sha-perl
Fedora
RUN dnf install -y perl-Digest-SHA-1
Raspbian
RUN apt-get update && \ apt-get install -y libdigest-sha-perl
click the source code to copy install shasum on any operating system with command-not-found.com