How To Install zonefs-tools on Fedora 36

In this tutorial we learn how to install zonefs-tools in Fedora 36. zonefs-tools is Provides user utilities for the zonefs file system

Introduction

In this tutorial we learn how to install zonefs-tools on Fedora 36.

What is zonefs-tools

This package provides the mkzonefs (and mkfs.zonefs) user utility to format zoned block devices for use with the zonefs file system.

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

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

sudo dnf -y install zonefs-tools

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

sudo yum -y install zonefs-tools

How To Uninstall zonefs-tools on Fedora 36

To uninstall only the zonefs-tools package we can use the following command:

sudo dnf remove zonefs-tools

zonefs-tools Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/70
/usr/lib/.build-id/70/15847e01da05ce255148b9e14965ef6b0c94e3
/usr/sbin/mkfs.zonefs
/usr/sbin/mkzonefs
/usr/share/doc/zonefs-tools
/usr/share/doc/zonefs-tools/CONTRIBUTING
/usr/share/doc/zonefs-tools/README.md
/usr/share/licenses/zonefs-tools
/usr/share/licenses/zonefs-tools/COPYING.GPL
/usr/share/man/man8/mkfs.zonefs.8.gz
/usr/share/man/man8/mkzonefs.8.gz

References

Summary

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