How To Install efitools on Fedora 36
Introduction
In this tutorial we learn how to install efitools
on Fedora 36.
What is efitools
This package installs a variety of tools for manipulating keys and binary signatures on UEFI secure boot platforms. The tools provide access to the keys and certificates stored in the secure variables of the UEFI firmware, usually in the NVRAM area.
We can use yum
or dnf
to install efitools
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install efitools.
Install efitools 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 efitools
using dnf
by running the following command:
sudo dnf -y install efitools
Install efitools 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 efitools
using yum
by running the following command:
sudo yum -y install efitools
How To Uninstall efitools on Fedora 36
To uninstall only the efitools
package we can use the following command:
sudo dnf remove efitools
efitools Package Contents on Fedora 36
/usr/bin/cert-to-efi-hash-list
/usr/bin/cert-to-efi-sig-list
/usr/bin/efi-readvar
/usr/bin/efi-updatevar
/usr/bin/efitool-mkusb
/usr/bin/flash-var
/usr/bin/hash-to-efi-sig-list
/usr/bin/sig-list-to-certs
/usr/bin/sign-efi-sig-list
/usr/lib/.build-id
/usr/lib/.build-id/12
/usr/lib/.build-id/12/73104e143eab65c725cc9bc819255808ad1fbe
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/bc01d111a57bb6e209c719380ae4c051a90c9e
/usr/lib/.build-id/56
/usr/lib/.build-id/56/9b8d7c6c36bf1045a248a88571005eadcf2234
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/69e7efc34dbee2a58170bce27ada1954aee10b
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/9788cc229b65e4a690497a23fb25981cddb8b7
/usr/lib/.build-id/88
/usr/lib/.build-id/88/1366bd21eb9ae677fadbca75fefba9a95b3e17
/usr/lib/.build-id/97
/usr/lib/.build-id/97/b80e663c51ceacea0d201329b757919fce8da4
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/16fd255afcb1aa3a33aa58c32023a575348630
/usr/share/doc/efitools
/usr/share/doc/efitools/README
/usr/share/efitools
/usr/share/efitools/efi
/usr/share/efitools/efi/HashTool.efi
/usr/share/efitools/efi/HelloWorld.efi
/usr/share/efitools/efi/KeyTool.efi
/usr/share/efitools/efi/Loader.efi
/usr/share/efitools/efi/LockDown.efi
/usr/share/efitools/efi/ReadVars.efi
/usr/share/efitools/efi/SetNull.efi
/usr/share/efitools/efi/ShimReplace.efi
/usr/share/efitools/efi/UpdateVars.efi
/usr/share/licenses/efitools
/usr/share/licenses/efitools/COPYING
/usr/share/man/man1/cert-to-efi-hash-list.1.gz
/usr/share/man/man1/cert-to-efi-sig-list.1.gz
/usr/share/man/man1/efi-readvar.1.gz
/usr/share/man/man1/efi-updatevar.1.gz
/usr/share/man/man1/hash-to-efi-sig-list.1.gz
/usr/share/man/man1/sig-list-to-certs.1.gz
/usr/share/man/man1/sign-efi-sig-list.1.gz
References
Summary
In this tutorial we learn how to install efitools
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).