How To Install bootupd on Fedora 36

In this tutorial we learn how to install bootupd in Fedora 36. bootupd is Bootloader updater

Introduction

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

What is bootupd

Bootloader updater

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

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

sudo dnf -y install bootupd

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

sudo yum -y install bootupd

How To Uninstall bootupd on Fedora 36

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

sudo dnf remove bootupd

bootupd Package Contents on Fedora 36

/usr/bin/bootupctl
/usr/lib/.build-id
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/414b3484b3131bfdff904cffba17dd753894dc
/usr/lib/.build-id/c6/414b3484b3131bfdff904cffba17dd753894dc.1
/usr/lib/systemd/system/bootupd.service
/usr/lib/systemd/system/bootupd.socket
/usr/libexec/bootupd
/usr/share/doc/bootupd
/usr/share/doc/bootupd/README.md
/usr/share/licenses/bootupd
/usr/share/licenses/bootupd/LICENSE

References

Summary

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