How To Install glusterfs-events on Fedora 36

In this tutorial we learn how to install glusterfs-events in Fedora 36. glusterfs-events is GlusterFS Events

Introduction

In this tutorial we learn how to install glusterfs-events on Fedora 36.

What is glusterfs-events

GlusterFS is a distributed file-system capable of scaling to several petabytes. It aggregates various storage bricks over TCP/IP interconnect into one large parallel network filesystem. GlusterFS is one of the most sophisticated file systems in terms of features and extensibility. It borrows a powerful concept called Translators from GNU Hurd kernel. Much of the code in GlusterFS is in user space and easily manageable. This package provides the GlusterFS Events

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

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

sudo dnf -y install glusterfs-events

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

sudo yum -y install glusterfs-events

How To Uninstall glusterfs-events on Fedora 36

To uninstall only the glusterfs-events package we can use the following command:

sudo dnf remove glusterfs-events

glusterfs-events Package Contents on Fedora 36

/etc/glusterfs/eventsconfig.json
/usr/lib/systemd/system/glustereventsd.service
/usr/libexec/glusterfs
/usr/libexec/glusterfs/gfevents
/usr/libexec/glusterfs/gfevents/__init__.py
/usr/libexec/glusterfs/gfevents/__pycache__
/usr/libexec/glusterfs/gfevents/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/libexec/glusterfs/gfevents/__pycache__/__init__.cpython-310.pyc
/usr/libexec/glusterfs/gfevents/__pycache__/eventsapiconf.cpython-310.opt-1.pyc
/usr/libexec/glusterfs/gfevents/__pycache__/eventsapiconf.cpython-310.pyc
/usr/libexec/glusterfs/gfevents/__pycache__/eventtypes.cpython-310.opt-1.pyc
/usr/libexec/glusterfs/gfevents/__pycache__/eventtypes.cpython-310.pyc
/usr/libexec/glusterfs/gfevents/__pycache__/gf_event.cpython-310.opt-1.pyc
/usr/libexec/glusterfs/gfevents/__pycache__/gf_event.cpython-310.pyc
/usr/libexec/glusterfs/gfevents/__pycache__/handlers.cpython-310.opt-1.pyc
/usr/libexec/glusterfs/gfevents/__pycache__/handlers.cpython-310.pyc
/usr/libexec/glusterfs/gfevents/__pycache__/utils.cpython-310.opt-1.pyc
/usr/libexec/glusterfs/gfevents/__pycache__/utils.cpython-310.pyc
/usr/libexec/glusterfs/gfevents/eventsapiconf.py
/usr/libexec/glusterfs/gfevents/eventtypes.py
/usr/libexec/glusterfs/gfevents/gf_event.py
/usr/libexec/glusterfs/gfevents/glustereventsd.py
/usr/libexec/glusterfs/gfevents/handlers.py
/usr/libexec/glusterfs/gfevents/utils.py
/usr/libexec/glusterfs/peer_eventsapi.py
/usr/sbin/gluster-eventsapi
/usr/sbin/glustereventsd
/usr/share/glusterfs/scripts/eventsdash.py
/var/lib/glusterd
/var/lib/glusterd/events

References

Summary

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