How To Install dqlite on Fedora 36

In this tutorial we learn how to install dqlite in Fedora 36. dqlite is Embeddable, replicated and fault tolerant SQL engine

Introduction

In this tutorial we learn how to install dqlite on Fedora 36.

What is dqlite

dqlite is a C library that implements an embeddable and replicated SQL database engine with high-availability and automatic failover.

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

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

sudo dnf -y install dqlite

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

sudo yum -y install dqlite

How To Uninstall dqlite on Fedora 36

To uninstall only the dqlite package we can use the following command:

sudo dnf remove dqlite

dqlite Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/c80966f9658971193df8fca56f4af3659c6290
/usr/lib64/libdqlite.so.0
/usr/lib64/libdqlite.so.0.0.1
/usr/share/doc/dqlite
/usr/share/doc/dqlite/AUTHORS
/usr/share/doc/dqlite/README.md
/usr/share/licenses/dqlite
/usr/share/licenses/dqlite/LICENSE

References

Summary

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


title: “How To Install dqlite on Fedora 36” linkTitle: “dqlite” type: “docs” description: “In this tutorial we learn how to install dqlite in Fedora 36. dqlite is Embeddable, replicated and fault tolerant SQL engine” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/dqlite-featured.png

Introduction

In this tutorial we learn how to install dqlite on Fedora 36.

What is dqlite

dqlite is a C library that implements an embeddable and replicated SQL database engine with high-availability and automatic failover.

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

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

sudo dnf -y install dqlite

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

sudo yum -y install dqlite

How To Uninstall dqlite on Fedora 36

To uninstall only the dqlite package we can use the following command:

sudo dnf remove dqlite

dqlite Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/85
/usr/lib/.build-id/85/1f734b0b2d1676c7c185214eeffde722ba1344
/usr/lib/libdqlite.so.0
/usr/lib/libdqlite.so.0.0.1
/usr/share/doc/dqlite
/usr/share/doc/dqlite/AUTHORS
/usr/share/doc/dqlite/README.md
/usr/share/licenses/dqlite
/usr/share/licenses/dqlite/LICENSE

References

Summary

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