How to Install and Uninstall perl-Digest-Perl-MD5 Package on openSuSE Tumbleweed
Last updated: November 23,2024
1. Install "perl-Digest-Perl-MD5" package
This guide let you learn how to install perl-Digest-Perl-MD5 on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-Digest-Perl-MD5
Copied
2. Uninstall "perl-Digest-Perl-MD5" package
Please follow the steps below to uninstall perl-Digest-Perl-MD5 on openSuSE Tumbleweed:
$
sudo zypper remove
perl-Digest-Perl-MD5
Copied
3. Information about the perl-Digest-Perl-MD5 package on openSuSE Tumbleweed
Information for package perl-Digest-Perl-MD5:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Digest-Perl-MD5
Version : 1.9-3.29
Arch : noarch
Vendor : openSUSE
Installed Size : 42.6 KiB
Installed : No
Status : not installed
Source package : perl-Digest-Perl-MD5-1.9-3.29.src
Upstream URL : http://search.cpan.org/dist/Digest-Perl-MD5/
Summary : Perl implementation of Ron Rivests MD5 Algorithm
Description :
This modules has the same interface as the much faster 'Digest::MD5'. So
you can easily exchange them, e.g.
BEGIN {
eval {
require Digest::MD5;
import Digest::MD5 'md5_hex'
};
if ($@) { # ups, no Digest::MD5
require Digest::Perl::MD5;
import Digest::Perl::MD5 'md5_hex'
}
}
If the 'Digest::MD5' module is available it is used and if not you take
'Digest::Perl::MD5'.
You can also install the Perl part of Digest::MD5 together with
Digest::Perl::MD5 and use Digest::MD5 as normal, it falls back to
Digest::Perl::MD5 if it cannot load its object files.
For a detailed Documentation see the 'Digest::MD5' module.
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Digest-Perl-MD5
Version : 1.9-3.29
Arch : noarch
Vendor : openSUSE
Installed Size : 42.6 KiB
Installed : No
Status : not installed
Source package : perl-Digest-Perl-MD5-1.9-3.29.src
Upstream URL : http://search.cpan.org/dist/Digest-Perl-MD5/
Summary : Perl implementation of Ron Rivests MD5 Algorithm
Description :
This modules has the same interface as the much faster 'Digest::MD5'. So
you can easily exchange them, e.g.
BEGIN {
eval {
require Digest::MD5;
import Digest::MD5 'md5_hex'
};
if ($@) { # ups, no Digest::MD5
require Digest::Perl::MD5;
import Digest::Perl::MD5 'md5_hex'
}
}
If the 'Digest::MD5' module is available it is used and if not you take
'Digest::Perl::MD5'.
You can also install the Perl part of Digest::MD5 together with
Digest::Perl::MD5 and use Digest::MD5 as normal, it falls back to
Digest::Perl::MD5 if it cannot load its object files.
For a detailed Documentation see the 'Digest::MD5' module.