How to Install and Uninstall libdbi.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 07,2024

1. Install "libdbi.x86_64" package

Please follow the guidance below to install libdbi.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install libdbi.x86_64

2. Uninstall "libdbi.x86_64" package

In this section, we are going to explain the necessary steps to uninstall libdbi.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove libdbi.x86_64 $ sudo dnf autoremove

3. Information about the libdbi.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:52:58 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : libdbi
Version : 0.9.0
Release : 14.el8
Architecture : x86_64
Size : 53 k
Source : libdbi-0.9.0-14.el8.src.rpm
Repository : epel
Summary : Database Independent Abstraction Layer for C
URL : http://libdbi.sourceforge.net/
License : LGPLv2+
Description : libdbi implements a database-independent abstraction layer in C, similar to the
: DBI/DBD layer in Perl. Writing one generic set of code, programmers can
: leverage the power of multiple databases and multiple simultaneous database
: connections by using this framework.
:
: The libdbi package contains just the libdbi framework. To make use of
: libdbi you will also need one or more plugins from libdbi-drivers, which
: contains the plugins needed to interface to specific database servers.