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

Last updated: October 06,2024

1. Install "perl-Digest-MD4" package

Please follow the steps below to install perl-Digest-MD4 on openSUSE Leap

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

2. Uninstall "perl-Digest-MD4" package

Please follow the guidance below to uninstall perl-Digest-MD4 on openSUSE Leap:

$ sudo zypper remove perl-Digest-MD4

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

Information for package perl-Digest-MD4:
----------------------------------------
Repository : Main Repository
Name : perl-Digest-MD4
Version : 1.9-1.28
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 62.2 KiB
Installed : No
Status : not installed
Source package : perl-Digest-MD4-1.9-1.28.src
Upstream URL : http://search.cpan.org/dist/Digest-MD4/
Summary : Perl interface to the MD4 Algorithm
Description :
The 'Digest::MD4' module allows you to use the RSA Data Security Inc. MD4
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.
The 'Digest::MD4' module provides 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.