How To Install libcephsqlite-devel on Fedora 36

In this tutorial we learn how to install libcephsqlite-devel in Fedora 36. libcephsqlite-devel is SQLite3 VFS for Ceph headers

Introduction

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

What is libcephsqlite-devel

A SQLite3 VFS for storing and manipulating databases stored on Ceph’s RADOS distributed object store.

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

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

sudo dnf -y install libcephsqlite-devel

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

sudo yum -y install libcephsqlite-devel

How To Uninstall libcephsqlite-devel on Fedora 36

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

sudo dnf remove libcephsqlite-devel

libcephsqlite-devel Package Contents on Fedora 36

/usr/include/libcephsqlite.h

References

Summary

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