How To Install fwupd-plugin-uefi-capsule-data on Fedora 36

In this tutorial we learn how to install fwupd-plugin-uefi-capsule-data in Fedora 36. fwupd-plugin-uefi-capsule-data is Localized data for the UEFI UX capsule

Introduction

In this tutorial we learn how to install fwupd-plugin-uefi-capsule-data on Fedora 36.

What is fwupd-plugin-uefi-capsule-data

This provides the pregenerated BMP artwork for the UX capsule, which allows the “Installing firmware update…” localized text to be shown during a UEFI firmware update operation. This subpackage is probably not required on embedded hardware or server machines.

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

Install fwupd-plugin-uefi-capsule-data 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 fwupd-plugin-uefi-capsule-data using dnf by running the following command:

sudo dnf -y install fwupd-plugin-uefi-capsule-data

Install fwupd-plugin-uefi-capsule-data 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 fwupd-plugin-uefi-capsule-data using yum by running the following command:

sudo yum -y install fwupd-plugin-uefi-capsule-data

How To Uninstall fwupd-plugin-uefi-capsule-data on Fedora 36

To uninstall only the fwupd-plugin-uefi-capsule-data package we can use the following command:

sudo dnf remove fwupd-plugin-uefi-capsule-data

fwupd-plugin-uefi-capsule-data Package Contents on Fedora 36

/usr/share/fwupd/uefi-capsule-ux.tar.xz

References

Summary

In this tutorial we learn how to install fwupd-plugin-uefi-capsule-data on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).