aws, amazon linux 2,

Install shasum on Amazon Linux 2

Jan 16, 2023 · 1 min read · Post a comment

Shasum can be easily installed through perl-Digest-SHA packages on Amazon Linux 2. Let’s jump on the installation part.

Prerequisites

  • Amazon Linux 2
  • sudo privileges

Install Shasum on Amazon Linux 2

Step 1. Update the yum packages.

sudo yum update

Step 2. Install shasum.

sudo yum install perl-Digest-SHA

Step 3. Verify the installation.

shasum -v

Output:

5.85

Conclusion

Feel free to leave a comment below and if you find this tutorial useful, follow our official channel on Telegram.