How to Install and Uninstall perl-MLDBM.noarch Package on CentOS Stream 8

Last updated: May 01,2024

1. Install "perl-MLDBM.noarch" package

Here is a brief guide to show you how to install perl-MLDBM.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install perl-MLDBM.noarch

2. Uninstall "perl-MLDBM.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-MLDBM.noarch on CentOS Stream 8:

$ sudo dnf remove perl-MLDBM.noarch $ sudo dnf autoremove

3. Information about the perl-MLDBM.noarch package on CentOS Stream 8

Last metadata expiration check: 3:47:54 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-MLDBM
Version : 2.05
Release : 19.el8
Architecture : noarch
Size : 27 k
Source : perl-MLDBM-2.05-19.el8.src.rpm
Repository : epel
Summary : Store multi-level hash structure in single level tied hash
URL : https://metacpan.org/release/MLDBM
License : GPL+ or Artistic
Description : This module can serve as a transparent interface to any TIEHASH package that is
: required to store arbitrary perl data, including nested references. Thus, this
: module can be used for storing references and other arbitrary data within DBM
: databases.