How To Install sbsigntools on Fedora 36

In this tutorial we learn how to install sbsigntools in Fedora 36. sbsigntools is Signing utility for UEFI secure boot

Introduction

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

What is sbsigntools

Tools to add signatures to EFI binaries and Drivers.

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

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

sudo dnf -y install sbsigntools

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

sudo yum -y install sbsigntools

How To Uninstall sbsigntools on Fedora 36

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

sudo dnf remove sbsigntools

sbsigntools Package Contents on Fedora 36

/usr/bin/sbattach
/usr/bin/sbkeysync
/usr/bin/sbsiglist
/usr/bin/sbsign
/usr/bin/sbvarsign
/usr/bin/sbverify
/usr/lib/.build-id
/usr/lib/.build-id/04
/usr/lib/.build-id/04/8c0dee31d200d06c4f9cfb9e610cf8e875303f
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/ffad17b04f43a572d55d7a66d3433ab6de49b9
/usr/lib/.build-id/71
/usr/lib/.build-id/71/a1bd57f69a0257bb358e86b5f172271cff8123
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/637ba1990313403d9b31aae79bd7c1346bf34b
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/d7705e5211161c4af098ba4a4879cd0c8e0444
/usr/lib/.build-id/d4
/usr/lib/.build-id/d4/609e8bec5fd12c14db3b44f71807c360cca592
/usr/share/doc/sbsigntools
/usr/share/doc/sbsigntools/AUTHORS
/usr/share/doc/sbsigntools/ChangeLog
/usr/share/licenses/sbsigntools
/usr/share/licenses/sbsigntools/BSD-MIT
/usr/share/licenses/sbsigntools/COPYING
/usr/share/licenses/sbsigntools/LGPL-2.1
/usr/share/licenses/sbsigntools/LGPL-3
/usr/share/licenses/sbsigntools/LICENSE.GPLv3
/usr/share/man/man1/sbattach.1.gz
/usr/share/man/man1/sbkeysync.1.gz
/usr/share/man/man1/sbsiglist.1.gz
/usr/share/man/man1/sbsign.1.gz
/usr/share/man/man1/sbvarsign.1.gz
/usr/share/man/man1/sbverify.1.gz

References

Summary

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