How to Install and Uninstall libdbi-drivers.x86_64 Package on Fedora 36

Last updated: May 18,2024

1. Install "libdbi-drivers.x86_64" package

This tutorial shows how to install libdbi-drivers.x86_64 on Fedora 36

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

2. Uninstall "libdbi-drivers.x86_64" package

In this section, we are going to explain the necessary steps to uninstall libdbi-drivers.x86_64 on Fedora 36:

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

3. Information about the libdbi-drivers.x86_64 package on Fedora 36

Last metadata expiration check: 5:22:33 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : libdbi-drivers
Version : 0.9.0
Release : 20.fc36
Architecture : x86_64
Size : 370 k
Source : libdbi-drivers-0.9.0-20.fc36.src.rpm
Repository : fedora
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.