How To Install gnu-efi-utils on Fedora 36

In this tutorial we learn how to install gnu-efi-utils in Fedora 36. gnu-efi-utils is Utilities for EFI systems

Introduction

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

What is gnu-efi-utils

This package contains utilities for debugging and developing EFI systems.

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

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

sudo dnf -y install gnu-efi-utils

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

sudo yum -y install gnu-efi-utils

How To Uninstall gnu-efi-utils on Fedora 36

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

sudo dnf remove gnu-efi-utils

gnu-efi-utils Package Contents on Fedora 36

/boot/efi/EFI/fedora/ia32
/boot/efi/EFI/fedora/ia32/modelist.efi
/boot/efi/EFI/fedora/ia32/route80h.efi
/boot/efi/EFI/fedora/x64
/boot/efi/EFI/fedora/x64/modelist.efi
/boot/efi/EFI/fedora/x64/route80h.efi

References

Summary

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