How To Install ufiformat on Fedora 36

In this tutorial we learn how to install ufiformat in Fedora 36. ufiformat is Disk formatting utility for USB floppy devices

Introduction

In this tutorial we learn how to install ufiformat on Fedora 36.

What is ufiformat

ufiformat is a disk formatting utility for USB floppy devices.

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

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

sudo dnf -y install ufiformat

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

sudo yum -y install ufiformat

How To Uninstall ufiformat on Fedora 36

To uninstall only the ufiformat package we can use the following command:

sudo dnf remove ufiformat

ufiformat Package Contents on Fedora 36

/usr/bin/ufiformat
/usr/lib/.build-id
/usr/lib/.build-id/32
/usr/lib/.build-id/32/a4e92bfdfbd3cb457cec2806b643c14b80f1b4
/usr/share/doc/ufiformat
/usr/share/doc/ufiformat/AUTHORS
/usr/share/doc/ufiformat/COPYING
/usr/share/doc/ufiformat/ChangeLog
/usr/share/doc/ufiformat/README
/usr/share/man/man8/ufiformat.8.gz

References

Summary

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