alpine linux,

Install shasum on Alpine Linux

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

One thing that needs to be considered while installing shasum on Alpine Linux is that the package is not available under apk. There is a way to install shasum on Alpine Linux through the perl-utils packages`, which in my opinion this process should be improved. Let’s install shasum on Alpine Linux.

Prerequisites

  • Alpine Linux
  • sudo privileges

Install shasum on Alpine Linux

Step 1. Update the apk packages.

sudo apk update

Step 2. Install shasum.

sudo apk add perl-utils

Step 3. Verify the installation.

shasum --version

Output:

6.02

Conclusion

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