How To Install glusterfs-fuse on Fedora 36

In this tutorial we learn how to install glusterfs-fuse in Fedora 36. glusterfs-fuse is Fuse client

Introduction

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

What is glusterfs-fuse

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 support to FUSE based clients and includes the glusterfs and glusterfsd binaries.

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

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

sudo dnf -y install glusterfs-fuse

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

sudo yum -y install glusterfs-fuse

How To Uninstall glusterfs-fuse on Fedora 36

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

sudo dnf remove glusterfs-fuse

glusterfs-fuse Package Contents on Fedora 36

/etc/logrotate.d/glusterfs
/sbin/mount.glusterfs
/usr/bin/fusermount-glusterfs
/usr/lib/.build-id
/usr/lib/.build-id/11
/usr/lib/.build-id/11/5d945b8a06a4dbc2ce348b862abaa7633b82f7
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/a1c615c14f6a2a4b8e7f66a7dc6d8646b63b54
/usr/lib/.build-id/eb
/usr/lib/.build-id/eb/768f757347b31dfc71c9674195eb6cbf796ba4
/usr/lib64/glusterfs/10.2/xlator/mount
/usr/lib64/glusterfs/10.2/xlator/mount/fuse.so
/usr/sbin/glusterfs
/usr/sbin/glusterfsd
/etc/logrotate.d/glusterfs
/sbin/mount.glusterfs
/usr/bin/fusermount-glusterfs
/usr/lib/.build-id
/usr/lib/.build-id/37/0ce73e96708188b4027a6262e0052f03e78e52
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/e836174fa2fce7c4ab18ca53cc7204d7093bf5
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/e1e4204a97c623a41c1f7d1153031fc3b34a10
/usr/lib64/glusterfs/10.1/xlator/mount
/usr/lib64/glusterfs/10.1/xlator/mount/fuse.so
/usr/sbin/glusterfs
/usr/sbin/glusterfsd

References

Summary

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