But installing libdigest-sha-perl does not provide Digest::SHA256:
On Wed, Apr 02, 2025 at 16:07:36 -0700, David Christensen wrote:
But installing libdigest-sha-perl does not provide Digest::SHA256:
They are different modules.
https://metacpan.org/pod/Digest::SHA256
https://metacpan.org/pod/Digest::SHA
Digest::SHA256 appears to be much, much older and probably abandoned.
On Wed, Apr 02, 2025 at 16:07:36 -0700, David Christensen wrote:
But installing libdigest-sha-perl does not provide Digest::SHA256:
They are different modules.
https://metacpan.org/pod/Digest::SHA256
https://metacpan.org/pod/Digest::SHA
Digest::SHA256 appears to be much, much older and probably abandoned.
I would like to use the Perl module Digest::SHA256 on Debian:Yes.
# cat /etc/debian_version ; uname -a
11.11
Linux laalaa 5.10.0-34-amd64 #1 SMP Debian 5.10.234-1 (2025-02-24)
x86_64 GNU/Linux
# perl -e 'use Digest::SHA256'
Can't locate Digest/SHA256.pm in @INC (you may need to install the
The Debian package "libdigest-sha-perl" appears to be what I need:
# apt-cache search SHA | grep 256 | grep -i perl
libdigest-sha-perl - Perl extension for SHA-1/224/256/384/512,
SHA-512/224 and SHA-512/256
But installing libdigest-sha-perl does not provide Digest::SHA256:Yes, also the case.
# apt-get install libdigest-sha-perl
The following NEW packages will be installed:
libdigest-sha-perl
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
# perl -e 'use Digest::SHA256'
Can't locate Digest/SHA256.pm in @INC (you may need to install the
Comments or suggestions?Debian bullseye 11 (currently oldstable) provides: https://packages.debian.org/bullseye/libdigest-sha-perl
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (2 / 14) |
Uptime: | 151:06:08 |
Calls: | 10,383 |
Files: | 14,054 |
Messages: | 6,417,797 |