How to Install and Uninstall perl-Digest-MD4 Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "perl-Digest-MD4" package

Please follow the instructions below to install perl-Digest-MD4 on openSuSE Tumbleweed

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

2. Uninstall "perl-Digest-MD4" package

This tutorial shows how to uninstall perl-Digest-MD4 on openSuSE Tumbleweed:

$ sudo zypper remove perl-Digest-MD4

3. Information about the perl-Digest-MD4 package on openSuSE Tumbleweed

Information for package perl-Digest-MD4:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Digest-MD4
Version : 1.9-5.42
Arch : x86_64
Vendor : openSUSE
Installed Size : 65.7 KiB
Installed : No
Status : not installed
Source package : perl-Digest-MD4-1.9-5.42.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.