How to Install and Uninstall perl-BerkeleyDB.x86_64 Package on Rocky Linux 8

Last updated: September 21,2024

1. Install "perl-BerkeleyDB.x86_64" package

This tutorial shows how to install perl-BerkeleyDB.x86_64 on Rocky Linux 8

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

2. Uninstall "perl-BerkeleyDB.x86_64" package

This is a short guide on how to uninstall perl-BerkeleyDB.x86_64 on Rocky Linux 8:

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

3. Information about the perl-BerkeleyDB.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:59:21 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-BerkeleyDB
Version : 0.63
Release : 2.el8
Architecture : x86_64
Size : 154 k
Source : perl-BerkeleyDB-0.63-2.el8.src.rpm
Repository : epel
Summary : Interface to Berkeley DB
URL : https://metacpan.org/release/BerkeleyDB
License : GPL+ or Artistic
Description : BerkeleyDB is a module that allows Perl programs to make use of the
: facilities provided by Berkeley DB version 2 or greater (note: if
: you want to use version 1 of Berkeley DB with Perl you need the DB_File
: module).
:
: Berkeley DB is a C library that provides a consistent interface to a
: number of database formats. BerkeleyDB provides an interface to all
: four of the database types (hash, btree, queue and recno) currently
: supported by Berkeley DB.