How To Install librados-devel on Fedora 36

In this tutorial we learn how to install librados-devel in Fedora 36. librados-devel is RADOS headers

Introduction

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

What is librados-devel

This package contains C libraries and headers needed to develop programs that use RADOS object store.

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

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

sudo dnf -y install librados-devel

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

sudo yum -y install librados-devel

How To Uninstall librados-devel on Fedora 36

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

sudo dnf remove librados-devel

librados-devel Package Contents on Fedora 36

/usr/bin/librados-config
/usr/include/rados
/usr/include/rados/librados.h
/usr/include/rados/rados_types.h
/usr/lib/.build-id
/usr/lib/.build-id/0a
/usr/lib/.build-id/0a/633e0ad00908ae1b67d929cfb2e28a056c7cab
/usr/lib64/librados.so
/usr/lib64/librados_tp.so
/usr/share/man/man8/librados-config.8.gz

References

Summary

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