How To Install nbd-runner-gluster-handler on Fedora 36

In this tutorial we learn how to install nbd-runner-gluster-handler in Fedora 36. nbd-runner-gluster-handler is Gluster back-store handler

Introduction

In this tutorial we learn how to install nbd-runner-gluster-handler on Fedora 36.

What is nbd-runner-gluster-handler

gluster-handler provide a library for processing the Gluster storage stuff.

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

Install nbd-runner-gluster-handler 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 nbd-runner-gluster-handler using dnf by running the following command:

sudo dnf -y install nbd-runner-gluster-handler

Install nbd-runner-gluster-handler 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 nbd-runner-gluster-handler using yum by running the following command:

sudo yum -y install nbd-runner-gluster-handler

How To Uninstall nbd-runner-gluster-handler on Fedora 36

To uninstall only the nbd-runner-gluster-handler package we can use the following command:

sudo dnf remove nbd-runner-gluster-handler

nbd-runner-gluster-handler Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/e64b3bbd82f6baac3788ba6229597ae1208a10
/usr/lib64/nbd-runner/libgluster_handler.so
/usr/share/doc/nbd-runner-gluster-handler
/usr/share/doc/nbd-runner-gluster-handler/README.md
/usr/share/licenses/nbd-runner-gluster-handler
/usr/share/licenses/nbd-runner-gluster-handler/COPYING-GPLV2
/usr/share/licenses/nbd-runner-gluster-handler/COPYING-LGPLV3
/var/log/nbd-runner/nbd-runner-glfs.log

References

Summary

In this tutorial we learn how to install nbd-runner-gluster-handler on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).