How To Install libradospp-devel on Fedora 36

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

Introduction

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

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

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

sudo dnf -y install libradospp-devel

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

sudo yum -y install libradospp-devel

How To Uninstall libradospp-devel on Fedora 36

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

sudo dnf remove libradospp-devel

libradospp-devel Package Contents on Fedora 36

/usr/include/rados
/usr/include/rados/buffer.h
/usr/include/rados/buffer_fwd.h
/usr/include/rados/crc32c.h
/usr/include/rados/inline_memory.h
/usr/include/rados/librados.hpp
/usr/include/rados/librados_fwd.hpp
/usr/include/rados/page.h
/usr/include/rados/rados_types.hpp

References

Summary

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