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

Last updated: October 13,2024

1. Install "libdbi-drivers.x86_64" package

This tutorial shows how to install libdbi-drivers.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install libdbi-drivers.x86_64

2. Uninstall "libdbi-drivers.x86_64" package

Please follow the guidance below to uninstall libdbi-drivers.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove libdbi-drivers.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:01:23 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : libdbi-drivers
Version : 0.9.0
Release : 14.el8
Architecture : x86_64
Size : 375 k
Source : libdbi-drivers-0.9.0-14.el8.src.rpm
Repository : epel
Summary : Database-specific drivers for libdbi
URL : http://libdbi-drivers.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.
:
: libdbi-drivers contains the database-specific plugins needed to connect
: libdbi to particular database servers.