How To Install glusterfs-coreutils on Fedora 36

In this tutorial we learn how to install glusterfs-coreutils in Fedora 36. glusterfs-coreutils is Core Utilities for the Gluster Distributed File System

Introduction

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

What is glusterfs-coreutils

gluster-coreutils provides a set of basic utilities such as cat, mkdir, ls, stat, rm and tail that are implemented specifically using the GlusterFS API.

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

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

sudo dnf -y install glusterfs-coreutils

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

sudo yum -y install glusterfs-coreutils

How To Uninstall glusterfs-coreutils on Fedora 36

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

sudo dnf remove glusterfs-coreutils

glusterfs-coreutils Package Contents on Fedora 36

/usr/bin/gfcat
/usr/bin/gfclear
/usr/bin/gfcli
/usr/bin/gfcp
/usr/bin/gfls
/usr/bin/gfmkdir
/usr/bin/gfmv
/usr/bin/gfput
/usr/bin/gfrm
/usr/bin/gfrmdir
/usr/bin/gfstat
/usr/bin/gftail
/usr/bin/gftouch
/usr/bin/gftruncate
/usr/lib/.build-id
/usr/lib/.build-id/75
/usr/lib/.build-id/75/87343f45c947424ea4fab79b06e776ed380015
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/a3dae87b55228524a0a986865e5a152234b45a
/usr/share/licenses/glusterfs-coreutils
/usr/share/licenses/glusterfs-coreutils/COPYING
/usr/share/man/man1/gfcat.1.gz
/usr/share/man/man1/gfcli.1.gz
/usr/share/man/man1/gfcp.1.gz
/usr/share/man/man1/gfls.1.gz
/usr/share/man/man1/gfmkdir.1.gz
/usr/share/man/man1/gfput.1.gz
/usr/share/man/man1/gfrm.1.gz
/usr/share/man/man1/gfrmdir.1.gz
/usr/share/man/man1/gfstat.1.gz
/usr/share/man/man1/gftail.1.gz
/usr/share/man/man1/gftouch.1.gz
/usr/share/man/man1/gftruncate.1.gz

References

Summary

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