How To Install efi-filesystem on Fedora 36

In this tutorial we learn how to install efi-filesystem in Fedora 36. efi-filesystem is The basic directory layout for EFI machines

Introduction

In this tutorial we learn how to install efi-filesystem on Fedora 36.

What is efi-filesystem

The efi-filesystem package contains the basic directory layout for EFI machine bootloaders and tools.

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

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

sudo dnf -y install efi-filesystem

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

sudo yum -y install efi-filesystem

How To Uninstall efi-filesystem on Fedora 36

To uninstall only the efi-filesystem package we can use the following command:

sudo dnf remove efi-filesystem

efi-filesystem Package Contents on Fedora 36

/boot/efi
/boot/efi/EFI
/boot/efi/EFI/BOOT
/boot/efi/EFI/fedora

References

Summary

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