How to Install and Uninstall perl-DBM-Deep.noarch Package on Oracle Linux 9

Last updated: May 19,2024

1. Install "perl-DBM-Deep.noarch" package

This tutorial shows how to install perl-DBM-Deep.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-DBM-Deep.noarch

2. Uninstall "perl-DBM-Deep.noarch" package

This guide let you learn how to uninstall perl-DBM-Deep.noarch on Oracle Linux 9:

$ sudo dnf remove perl-DBM-Deep.noarch $ sudo dnf autoremove

3. Information about the perl-DBM-Deep.noarch package on Oracle Linux 9

Last metadata expiration check: 1:47:07 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-DBM-Deep
Version : 2.0016
Release : 13.el9
Architecture : noarch
Size : 132 k
Source : perl-DBM-Deep-2.0016-13.el9.src.rpm
Repository : epel
Summary : A pure perl multi-level hash/array DBM
URL : https://metacpan.org/release/DBM-Deep
License : GPL+ or Artistic
Description : A unique flat-file database module, written in pure perl. True multi-level
: hash/array support (unlike MLDBM, which is faked), hybrid OO / tie()
: interface, cross-platform FTPable files, and quite fast. Can handle
: millions of keys and unlimited hash levels without significant slow-down.
: Written from the ground-up in pure perl - this is NOT a wrapper around a
: C-based DBM. Out-of-the-box compatibility with Unix, Mac OS X and Windows.