How to Install and Uninstall libdbi.i686 Package on Fedora 38

Last updated: October 05,2024

1. Install "libdbi.i686" package

Please follow the instructions below to install libdbi.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install libdbi.i686

2. Uninstall "libdbi.i686" package

Please follow the instructions below to uninstall libdbi.i686 on Fedora 38:

$ sudo dnf remove libdbi.i686 $ sudo dnf autoremove

3. Information about the libdbi.i686 package on Fedora 38

Last metadata expiration check: 0:00:24 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : libdbi
Version : 0.9.0
Release : 21.fc38
Architecture : i686
Size : 52 k
Source : libdbi-0.9.0-21.fc38.src.rpm
Repository : fedora
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.