How To Install edk2-tools-doc.noarch on Amazon Linux 2

In this tutorial we learn how to install edk2-tools-doc.noarch in Amazon Linux 2. edk2-tools-doc.noarch is Documentation for EFI Development Kit II Tools

Introduction

In this tutorial we learn how to install edk2-tools-doc.noarch on Amazon Linux 2.

What is edk2-tools-doc.noarch

This package documents the tools that are needed to build EFI executables and ROMs using the GNU tools.

We can use yum to install edk2-tools-doc.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install edk2-tools-doc.noarch.

Install edk2-tools-doc.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install edk2-tools-doc.noarch using yum by running the following command:

sudo yum -y install edk2-tools-doc.noarch

How To Uninstall edk2-tools-doc.noarch on Amazon Linux 2

To uninstall only the edk2-tools-doc.noarch package we can use the following command:

sudo yum remove edk2-tools-doc.noarch

edk2-tools-doc.noarch Package Contents on Amazon Linux 2

/usr/share/doc/edk2-tools-doc-20200801stable
/usr/share/doc/edk2-tools-doc-20200801stable/Build_Utility_Man_Page.rtf
/usr/share/doc/edk2-tools-doc-20200801stable/EfiRom_Utility_Man_Page.rtf
/usr/share/doc/edk2-tools-doc-20200801stable/GenCrc32_Utility_Man_Page.rtf
/usr/share/doc/edk2-tools-doc-20200801stable/GenDepex_Utility_Man_Page.rtf
/usr/share/doc/edk2-tools-doc-20200801stable/GenFds_Utility_Man_Page.rtf
/usr/share/doc/edk2-tools-doc-20200801stable/GenFfs_Utility_Man_Page.rtf
/usr/share/doc/edk2-tools-doc-20200801stable/GenFv_Utility_Man_Page.rtf
/usr/share/doc/edk2-tools-doc-20200801stable/GenFw_Utility_Man_Page.rtf
/usr/share/doc/edk2-tools-doc-20200801stable/GenPatchPcdTable_Utility_Man_Page.rtf
/usr/share/doc/edk2-tools-doc-20200801stable/GenSec_Utility_Man_Page.rtf
/usr/share/doc/edk2-tools-doc-20200801stable/Intel_UEFI_Packaging_Tool_Man_Page.rtf
/usr/share/doc/edk2-tools-doc-20200801stable/LzmaCompress_Utility_Man_Page.rtf
/usr/share/doc/edk2-tools-doc-20200801stable/PatchPcdValue_Utility_Man_Page.rtf
/usr/share/doc/edk2-tools-doc-20200801stable/SplitFile_Utility_Man_Page.rtf
/usr/share/doc/edk2-tools-doc-20200801stable/TargetTool_Utility_Man_Page.rtf
/usr/share/doc/edk2-tools-doc-20200801stable/TianoCompress_Utility_Man_Page.rtf
/usr/share/doc/edk2-tools-doc-20200801stable/Trim_Utility_Man_Page.rtf
/usr/share/doc/edk2-tools-doc-20200801stable/UtilityManPage_template.rtf
/usr/share/doc/edk2-tools-doc-20200801stable/VfrCompiler_Utility_Man_Page.rtf
/usr/share/doc/edk2-tools-doc-20200801stable/VolInfo_Utility_Man_Page.rtf

References

Summary

In this tutorial we learn how to install edk2-tools-doc.noarch on Amazon Linux 2 using yum.