How to Install and Uninstall perl-MLDBM.noarch Package on Fedora 36

Last updated: January 11,2025

1. Install "perl-MLDBM.noarch" package

This guide let you learn how to install perl-MLDBM.noarch on Fedora 36

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

2. Uninstall "perl-MLDBM.noarch" package

This tutorial shows how to uninstall perl-MLDBM.noarch on Fedora 36:

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

3. Information about the perl-MLDBM.noarch package on Fedora 36

Last metadata expiration check: 1:03:09 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-MLDBM
Version : 2.05
Release : 26.fc36
Architecture : noarch
Size : 23 k
Source : perl-MLDBM-2.05-26.fc36.src.rpm
Repository : fedora
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.