How To Install libcephsqlite on Fedora 36

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

Introduction

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

What is libcephsqlite

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 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libcephsqlite.

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

sudo dnf -y install libcephsqlite

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

sudo yum -y install libcephsqlite

How To Uninstall libcephsqlite on Fedora 36

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

sudo dnf remove libcephsqlite

libcephsqlite Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/6c/cb5d2898e0e4c203a3909fd8b10702ecf1fc8d
/usr/lib64/libcephsqlite.so

References

Summary

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