How To Install librgw2 on Fedora 36
Introduction
In this tutorial we learn how to install librgw2 on Fedora 36.
What is librgw2
This package provides a library implementation of the RADOS gateway (distributed object store with S3 and Swift personalities).
We can use yum or dnf to install librgw2 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install librgw2.
Install librgw2 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 librgw2 using dnf by running the following command:
sudo dnf -y install librgw2
Install librgw2 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 librgw2 using yum by running the following command:
sudo yum -y install librgw2
How To Uninstall librgw2 on Fedora 36
To uninstall only the librgw2 package we can use the following command:
sudo dnf remove librgw2
librgw2 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/b8e6d1717e6e47f29c9b7bba30c7698b304c85
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/454441693f120ecec5bfb81ff4baab1777ed1f
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/3d2529bc9854f86f7f3d5fe6db430f3c11ffa2
/usr/lib64/librgw.so.2
/usr/lib64/librgw.so.2.0.0
/usr/lib64/librgw_op_tp.so.2
/usr/lib64/librgw_op_tp.so.2.0.0
/usr/lib64/librgw_rados_tp.so.2
/usr/lib64/librgw_rados_tp.so.2.0.0
References
Summary
In this tutorial we learn how to install librgw2 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).