How to Install and Uninstall perl-DB_File.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 08,2024

1. Install "perl-DB_File.x86_64" package

This tutorial shows how to install perl-DB_File.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-DB_File.x86_64

2. Uninstall "perl-DB_File.x86_64" package

This tutorial shows how to uninstall perl-DB_File.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-DB_File.x86_64 $ sudo dnf autoremove

3. Information about the perl-DB_File.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:36:16 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-DB_File
Version : 1.855
Release : 4.el9
Architecture : x86_64
Size : 84 k
Source : perl-DB_File-1.855-4.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : Perl5 access to Berkeley DB version 1.x
URL : https://metacpan.org/release/DB_File
License : GPL+ or Artistic
Description : DB_File is a module which allows Perl programs to make use of the facilities
: provided by Berkeley DB version 1.x (if you have a newer version of DB, you
: will be limited to functionality provided by interface of version 1.x). The
: interface defined here mirrors the Berkeley DB interface closely.