How To Install libzdb on Fedora 36
Introduction
In this tutorial we learn how to install libzdb
on Fedora 36.
What is libzdb
The Zild C Database Library implements a small, fast, and easy to use database API with thread-safe connection pooling. The library can connect transparently to multiple database systems, has zero configuration and connections are specified via a standard URL scheme.
We can use yum
or dnf
to install libzdb
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libzdb.
Install libzdb 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 libzdb
using dnf
by running the following command:
sudo dnf -y install libzdb
Install libzdb 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 libzdb
using yum
by running the following command:
sudo yum -y install libzdb
How To Uninstall libzdb on Fedora 36
To uninstall only the libzdb
package we can use the following command:
sudo dnf remove libzdb
libzdb Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/50807f8c5a074fbe89ef32bcc357a7c702b280
/usr/lib64/libzdb.so.12
/usr/lib64/libzdb.so.12.0.0
/usr/share/doc/libzdb
/usr/share/doc/libzdb/AUTHORS
/usr/share/doc/libzdb/CHANGES
/usr/share/doc/libzdb/COPYING
/usr/share/doc/libzdb/README
References
Summary
In this tutorial we learn how to install libzdb
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libzdb on Fedora 36” linkTitle: “libzdb” type: “docs” description: “In this tutorial we learn how to install libzdb in Fedora 36. libzdb is Small, easy to use Database Connection Pool Library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libzdb-featured.png
Introduction
In this tutorial we learn how to install libzdb
on Fedora 36.
What is libzdb
The Zild C Database Library implements a small, fast, and easy to use database API with thread-safe connection pooling. The library can connect transparently to multiple database systems, has zero configuration and connections are specified via a standard URL scheme.
We can use yum
or dnf
to install libzdb
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libzdb.
Install libzdb 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 libzdb
using dnf
by running the following command:
sudo dnf -y install libzdb
Install libzdb 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 libzdb
using yum
by running the following command:
sudo yum -y install libzdb
How To Uninstall libzdb on Fedora 36
To uninstall only the libzdb
package we can use the following command:
sudo dnf remove libzdb
libzdb Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/bf785c8e32fce1fff7c03aa1a999b4cf7e6fcf
/usr/lib/libzdb.so.12
/usr/lib/libzdb.so.12.0.0
/usr/share/doc/libzdb
/usr/share/doc/libzdb/AUTHORS
/usr/share/doc/libzdb/CHANGES
/usr/share/doc/libzdb/COPYING
/usr/share/doc/libzdb/README
References
Summary
In this tutorial we learn how to install libzdb
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).