How To Install librgw-devel on Fedora 36

In this tutorial we learn how to install librgw-devel in Fedora 36. librgw-devel is RADOS gateway client library

Introduction

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

What is librgw-devel

This package contains libraries and headers needed to develop programs that use RADOS gateway client library.

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

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

sudo dnf -y install librgw-devel

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

sudo yum -y install librgw-devel

How To Uninstall librgw-devel on Fedora 36

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

sudo dnf remove librgw-devel

librgw-devel Package Contents on Fedora 36

/usr/include/rados
/usr/include/rados/librgw.h
/usr/include/rados/rgw_file.h
/usr/lib64/librgw.so
/usr/lib64/librgw_op_tp.so
/usr/lib64/librgw_rados_tp.so

References

Summary

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