How to Install and Uninstall perl-BerkeleyDB.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 29,2024

1. Install "perl-BerkeleyDB.x86_64" package

This guide covers the steps necessary to install perl-BerkeleyDB.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install perl-BerkeleyDB.x86_64

2. Uninstall "perl-BerkeleyDB.x86_64" package

Please follow the steps below to uninstall perl-BerkeleyDB.x86_64 on CentOS 7 / RHEL 7:

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

3. Information about the perl-BerkeleyDB.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-BerkeleyDB
Arch : x86_64
Version : 0.51
Release : 4.el7
Size : 432 k
Repo : installed
From repo : epel
Summary : Interface to Berkeley DB
URL : http://search.cpan.org/dist/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.