How To Install vboot-utils on Fedora 36

In this tutorial we learn how to install vboot-utils in Fedora 36. vboot-utils is Verified Boot Utility from Chromium OS

Introduction

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

What is vboot-utils

Verified boot is a collection of utilities helpful for chromebook computer. Pack and sign the kernel, manage gpt partitions.

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

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

sudo dnf -y install vboot-utils

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

sudo yum -y install vboot-utils

How To Uninstall vboot-utils on Fedora 36

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

sudo dnf remove vboot-utils

vboot-utils Package Contents on Fedora 36

/usr/bin/cgpt
/usr/bin/chromeos-tpm-recovery
/usr/bin/common_minimal.sh
/usr/bin/crossystem
/usr/bin/dev_debug_vboot
/usr/bin/dev_make_keypair
/usr/bin/dumpRSAPublicKey
/usr/bin/dump_fmap
/usr/bin/dump_kernel_config
/usr/bin/enable_dev_usb_boot
/usr/bin/futility
/usr/bin/gbb_flags_common.sh
/usr/bin/gbb_utility
/usr/bin/get_gbb_flags.sh
/usr/bin/load_kernel_test
/usr/bin/make_dev_firmware.sh
/usr/bin/make_dev_ssd.sh
/usr/bin/pad_digest_utility
/usr/bin/resign_firmwarefd.sh
/usr/bin/set_gbb_flags.sh
/usr/bin/signature_digest_utility
/usr/bin/tpm-nvsize
/usr/bin/tpm_init_temp_fix
/usr/bin/tpmc
/usr/bin/vbutil_firmware
/usr/bin/vbutil_kernel
/usr/bin/vbutil_key
/usr/bin/vbutil_keyblock
/usr/bin/vbutil_what_keys
/usr/bin/verify_data
/usr/lib/.build-id
/usr/lib/.build-id/25
/usr/lib/.build-id/25/89909005c946d29068b62725177f286fbd5dd6
/usr/lib/.build-id/2c
/usr/lib/.build-id/2c/7a18132f500e9226a7210a8c01d6fbadafa805
/usr/lib/.build-id/39
/usr/lib/.build-id/39/a6325b0fbcce9af1b526e7270e066cb56bc239
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/dfc81a831ce7d37ef15114a4d15d1c37de7e58
/usr/lib/.build-id/41
/usr/lib/.build-id/41/5555672dae79fa2d3cc72055154fe5c431f30a
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/2533941b36a1794cc0e45cd7a86644dcff3859
/usr/lib/.build-id/51
/usr/lib/.build-id/51/5c69ac9a32d2c6b5f1b7525b956d8c7b100f76
/usr/lib/.build-id/87
/usr/lib/.build-id/87/18ec87669ff65edbec62422ebeeb2b81572166
/usr/lib/.build-id/90
/usr/lib/.build-id/90/5b815bb7517b4af5920315e2aa8ab684058556
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/35cccd256fbeaeed35cde348d9a630e22986fe
/usr/share/doc/vboot-utils
/usr/share/doc/vboot-utils/README
/usr/share/licenses/vboot-utils
/usr/share/licenses/vboot-utils/LICENSE

References

Summary

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