How To Install dm-zoned-tools on Fedora 36

In this tutorial we learn how to install dm-zoned-tools in Fedora 36. dm-zoned-tools is Provides utilities to format, check and repair Linux dm-zoned devices

Introduction

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

What is dm-zoned-tools

This package provides the dmzadm utility which can be used to format, check and repair zoned block devices used with Linux dm-zoned device mapper target driver.

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

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

sudo dnf -y install dm-zoned-tools

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

sudo yum -y install dm-zoned-tools

How To Uninstall dm-zoned-tools on Fedora 36

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

sudo dnf remove dm-zoned-tools

dm-zoned-tools Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/ffcf01797fa82a8b7d48d4a80985aa17ecd557
/usr/sbin/dmzadm
/usr/share/doc/dm-zoned-tools
/usr/share/doc/dm-zoned-tools/CONTRIBUTING
/usr/share/doc/dm-zoned-tools/README.md
/usr/share/licenses/dm-zoned-tools
/usr/share/licenses/dm-zoned-tools/COPYING.GPL
/usr/share/man/man8/dmzadm.8.gz

References

Summary

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