How To Install makebootfat on Fedora 36

In this tutorial we learn how to install makebootfat in Fedora 36. makebootfat is Utility for creation bootable FAT disk

Introduction

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

What is makebootfat

This utility creates a bootable FAT filesystem and populates it with files and boot tools. It was mainly designed to create bootable USB and Fixed disk for the AdvanceCD project (http can be successfully used separately for any purposes.

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

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

sudo dnf -y install makebootfat

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

sudo yum -y install makebootfat

How To Uninstall makebootfat on Fedora 36

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

sudo dnf remove makebootfat

makebootfat Package Contents on Fedora 36

/usr/bin/makebootfat
/usr/lib/.build-id
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/976dd002555746054927b2bd2745d4c6d00ed1
/usr/share/doc/makebootfat
/usr/share/doc/makebootfat/AUTHORS
/usr/share/doc/makebootfat/COPYING
/usr/share/doc/makebootfat/HISTORY
/usr/share/doc/makebootfat/README
/usr/share/doc/makebootfat/README.usbboot
/usr/share/makebootfat
/usr/share/makebootfat/x86
/usr/share/makebootfat/x86/ldlinux.bss
/usr/share/makebootfat/x86/ldlinux.sys
/usr/share/makebootfat/x86/mbrfat.bin
/usr/share/man/man1/makebootfat.1.gz

References

Summary

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