How To Install gfs2-utils on Fedora 36

In this tutorial we learn how to install gfs2-utils in Fedora 36. gfs2-utils is Utilities for managing the global file system (GFS2)

Introduction

In this tutorial we learn how to install gfs2-utils on Fedora 36.

What is gfs2-utils

The gfs2-utils package contains a number of utilities for creating, checking, modifying, and correcting inconsistencies in GFS2 file systems.

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

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

sudo dnf -y install gfs2-utils

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

sudo yum -y install gfs2-utils

How To Uninstall gfs2-utils on Fedora 36

To uninstall only the gfs2-utils package we can use the following command:

sudo dnf remove gfs2-utils

gfs2-utils Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/616d2064c400138bc9b772be14a95672929735
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/c577f7b0baaa613424dd70e72f0b492766300e
/usr/lib/.build-id/91
/usr/lib/.build-id/91/ceea0075eb35d2d593da672ddd5b6962d67c85
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/09a14808a291672099214717f94d3c74394690
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/1a2e4d34d93701bd6c84dba485603c9a4ad017
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/678c66a4634d0ac9d94929df42b6624329c02b
/usr/lib/.build-id/d4
/usr/lib/.build-id/d4/46fa80c391de119111a2b8918f161538e6906f
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/d5b0aa7059b180a94a9c0a6bedfd1a3875b199
/usr/lib/udev/rules.d/82-gfs2-withdraw.rules
/usr/libexec/gfs2_withdraw_helper
/usr/sbin/fsck.gfs2
/usr/sbin/gfs2_convert
/usr/sbin/gfs2_edit
/usr/sbin/gfs2_grow
/usr/sbin/gfs2_jadd
/usr/sbin/glocktop
/usr/sbin/mkfs.gfs2
/usr/sbin/tunegfs2
/usr/share/doc/gfs2-utils
/usr/share/doc/gfs2-utils/COPYING.applications
/usr/share/doc/gfs2-utils/COPYING.libraries
/usr/share/doc/gfs2-utils/COPYRIGHT
/usr/share/doc/gfs2-utils/README.contributing
/usr/share/doc/gfs2-utils/README.licence
/usr/share/doc/gfs2-utils/gfs2.txt
/usr/share/doc/gfs2-utils/journaling.txt
/usr/share/man/man5/gfs2.5.gz
/usr/share/man/man8/fsck.gfs2.8.gz
/usr/share/man/man8/gfs2_convert.8.gz
/usr/share/man/man8/gfs2_edit.8.gz
/usr/share/man/man8/gfs2_grow.8.gz
/usr/share/man/man8/gfs2_jadd.8.gz
/usr/share/man/man8/glocktop.8.gz
/usr/share/man/man8/mkfs.gfs2.8.gz
/usr/share/man/man8/tunegfs2.8.gz

References

Summary

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