How To Install exfatprogs on Fedora 36

In this tutorial we learn how to install exfatprogs in Fedora 36. exfatprogs is Userspace utilities for exFAT filesystems

Introduction

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

What is exfatprogs

Utilities for formatting and repairing exFAT filesystems.

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

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

sudo dnf -y install exfatprogs

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

sudo yum -y install exfatprogs

How To Uninstall exfatprogs on Fedora 36

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

sudo dnf remove exfatprogs

exfatprogs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/20
/usr/lib/.build-id/20/a3603df731abaaf365763df236b681531ab78a
/usr/lib/.build-id/51
/usr/lib/.build-id/51/acbd4e2edc6fd2de248bcbe3476463d2fa117c
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/93a6e4c9f518ebdd0bff4c14c62b7eaf147232
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/3c99e66607a97a874bd49dc9632620fbc71ff9
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/84da4189e926776d2f86a5fa0ef7b81d946253
/usr/sbin/dump.exfat
/usr/sbin/exfatlabel
/usr/sbin/fsck.exfat
/usr/sbin/mkfs.exfat
/usr/sbin/tune.exfat
/usr/share/doc/exfatprogs
/usr/share/doc/exfatprogs/README.md
/usr/share/licenses/exfatprogs
/usr/share/licenses/exfatprogs/COPYING
/usr/share/man/man8/dump.exfat.8.gz
/usr/share/man/man8/exfatlabel.8.gz
/usr/share/man/man8/fsck.exfat.8.gz
/usr/share/man/man8/mkfs.exfat.8.gz
/usr/share/man/man8/tune.exfat.8.gz

References

Summary

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