in reply to Can I use the Following Modules in the Linux version of Perl.

Ok, all seems to work here on my Linux distro Xubuntu 20.04:

There may be additional dependencies/libraries you have to install in your Linux distro. I've tested this on my office dev machine, on which i already have a huge amount of stuff installed.

perl -e 'use Crypt::Digest::SHA256 qw[sha256_hex]; print substr(sha256_hex("the Answer To Life, The Universe And Everything"), 6, 2), "\n";'