How to Install and Uninstall perl-Digest-MD5 Package on openSUSE Leap

Last updated: September 28,2024

1. Install "perl-Digest-MD5" package

Please follow the step by step instructions below to install perl-Digest-MD5 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Digest-MD5

2. Uninstall "perl-Digest-MD5" package

This guide covers the steps necessary to uninstall perl-Digest-MD5 on openSUSE Leap:

$ sudo zypper remove perl-Digest-MD5

3. Information about the perl-Digest-MD5 package on openSUSE Leap

Information for package perl-Digest-MD5:
----------------------------------------
Repository : Main Repository
Name : perl-Digest-MD5
Version : 2.55-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 88.0 KiB
Installed : No
Status : not installed
Source package : perl-Digest-MD5-2.55-bp155.2.10.src
Upstream URL : http://search.cpan.org/dist/Digest-MD5/
Summary : Perl interface to the MD5 Algorithm
Description :
The 'Digest::MD5' module allows you to use the RSA Data Security Inc. MD5
Message Digest algorithm from within Perl programs. The algorithm takes as
input a message of arbitrary length and produces as output a 128-bit
"fingerprint" or "message digest" of the input.
Note that the MD5 algorithm is not as strong as it used to be. It has since
2005 been easy to generate different messages that produce the same MD5
digest. It still seems hard to generate messages that produce a given
digest, but it is probably wise to move to stronger algorithms for
applications that depend on the digest to uniquely identify a message.
The 'Digest::MD5' module provide a procedural interface for simple use, as
well as an object oriented interface that can handle messages of arbitrary
length and which can read files directly.