How To Install libdbi on Fedora 36
Introduction
In this tutorial we learn how to install libdbi
on Fedora 36.
What is libdbi
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.
We can use yum
or dnf
to install libdbi
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdbi.
Install libdbi on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libdbi
using dnf
by running the following command:
sudo dnf -y install libdbi
Install libdbi on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libdbi
using yum
by running the following command:
sudo yum -y install libdbi
How To Uninstall libdbi on Fedora 36
To uninstall only the libdbi
package we can use the following command:
sudo dnf remove libdbi
libdbi Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/78
/usr/lib/.build-id/78/b1cc5100e32ef82213ea78b4445d8e54905778
/usr/lib64/libdbi.so.1
/usr/lib64/libdbi.so.1.1.0
/usr/share/doc/libdbi
/usr/share/doc/libdbi/AUTHORS
/usr/share/doc/libdbi/ChangeLog
/usr/share/doc/libdbi/NEWS
/usr/share/doc/libdbi/README
/usr/share/licenses/libdbi
/usr/share/licenses/libdbi/COPYING
References
Summary
In this tutorial we learn how to install libdbi
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libdbi on Fedora 36” linkTitle: “libdbi” type: “docs” description: “In this tutorial we learn how to install libdbi in Fedora 36. libdbi is Database Independent Abstraction Layer for C” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libdbi-featured.png
Introduction
In this tutorial we learn how to install libdbi
on Fedora 36.
What is libdbi
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.
We can use yum
or dnf
to install libdbi
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdbi.
Install libdbi on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libdbi
using dnf
by running the following command:
sudo dnf -y install libdbi
Install libdbi on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libdbi
using yum
by running the following command:
sudo yum -y install libdbi
How To Uninstall libdbi on Fedora 36
To uninstall only the libdbi
package we can use the following command:
sudo dnf remove libdbi
libdbi Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/64e34d0889569bff8554a6c58af376d8ed6afa
/usr/lib/libdbi.so.1
/usr/lib/libdbi.so.1.1.0
/usr/share/doc/libdbi
/usr/share/doc/libdbi/AUTHORS
/usr/share/doc/libdbi/ChangeLog
/usr/share/doc/libdbi/NEWS
/usr/share/doc/libdbi/README
/usr/share/licenses/libdbi
/usr/share/licenses/libdbi/COPYING
References
Summary
In this tutorial we learn how to install libdbi
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).