How To Install libdbi-devel on Fedora 36

In this tutorial we learn how to install libdbi-devel in Fedora 36. libdbi-devel is Development files for libdbi (Database Independent Abstraction Layer for C)

Introduction

In this tutorial we learn how to install libdbi-devel on Fedora 36.

What is libdbi-devel

The libdbi-devel package contains the header files and documentation needed to develop applications with libdbi.

We can use yum or dnf to install libdbi-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdbi-devel.

Install libdbi-devel 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-devel using dnf by running the following command:

sudo dnf -y install libdbi-devel

Install libdbi-devel 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-devel using yum by running the following command:

sudo yum -y install libdbi-devel

How To Uninstall libdbi-devel on Fedora 36

To uninstall only the libdbi-devel package we can use the following command:

sudo dnf remove libdbi-devel

libdbi-devel Package Contents on Fedora 36

/usr/include/dbi
/usr/include/dbi/dbd.h
/usr/include/dbi/dbi-dev.h
/usr/include/dbi/dbi.h
/usr/lib/libdbi.so
/usr/lib/pkgconfig/dbi.pc
/usr/share/doc/libdbi-devel
/usr/share/doc/libdbi-devel/TODO

References

Summary

In this tutorial we learn how to install libdbi-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install libdbi-devel on Fedora 36” linkTitle: “libdbi-devel” type: “docs” description: “In this tutorial we learn how to install libdbi-devel in Fedora 36. libdbi-devel is Development files for libdbi (Database Independent Abstraction Layer for C)” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libdbi-devel-featured.png

Introduction

In this tutorial we learn how to install libdbi-devel on Fedora 36.

What is libdbi-devel

The libdbi-devel package contains the header files and documentation needed to develop applications with libdbi.

We can use yum or dnf to install libdbi-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdbi-devel.

Install libdbi-devel 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-devel using dnf by running the following command:

sudo dnf -y install libdbi-devel

Install libdbi-devel 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-devel using yum by running the following command:

sudo yum -y install libdbi-devel

How To Uninstall libdbi-devel on Fedora 36

To uninstall only the libdbi-devel package we can use the following command:

sudo dnf remove libdbi-devel

libdbi-devel Package Contents on Fedora 36

/usr/include/dbi
/usr/include/dbi/dbd.h
/usr/include/dbi/dbi-dev.h
/usr/include/dbi/dbi.h
/usr/lib64/libdbi.so
/usr/lib64/pkgconfig/dbi.pc
/usr/share/doc/libdbi-devel
/usr/share/doc/libdbi-devel/TODO

References

Summary

In this tutorial we learn how to install libdbi-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).