How to Install and Uninstall perl-Crypt-PasswdMD5 Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "perl-Crypt-PasswdMD5" package

Please follow the instructions below to install perl-Crypt-PasswdMD5 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Crypt-PasswdMD5

2. Uninstall "perl-Crypt-PasswdMD5" package

Please follow the instructions below to uninstall perl-Crypt-PasswdMD5 on openSuSE Tumbleweed:

$ sudo zypper remove perl-Crypt-PasswdMD5

3. Information about the perl-Crypt-PasswdMD5 package on openSuSE Tumbleweed

Information for package perl-Crypt-PasswdMD5:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Crypt-PasswdMD5
Version : 1.42-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 31.3 KiB
Installed : No
Status : not installed
Source package : perl-Crypt-PasswdMD5-1.42-1.6.src
Upstream URL : https://metacpan.org/release/Crypt-PasswdMD5
Summary : Provide interoperable MD5-based crypt() functions
Description :
'apache_md5_crypt()' provides a function compatible with Apache's
'.htpasswd' files. This was contributed by Bryan Hart . This
function is exported by default.
The 'unix_md5_crypt()' provides a crypt()-compatible interface to the
rather new MD5-based crypt() function found in modern operating systems.
It's based on the implementation found on FreeBSD 2.2.[56]-RELEASE. This
function is also exported by default.
For both functions, if a salt value is not supplied, a random salt will be
generated, using the function random_md5_salt(). This function is not
exported by default.