How To Install tpm-quote-tools on Fedora 36

In this tutorial we learn how to install tpm-quote-tools in Fedora 36. tpm-quote-tools is TPM-based attestation using the TPM quote operation (tools)

Introduction

In this tutorial we learn how to install tpm-quote-tools on Fedora 36.

What is tpm-quote-tools

TPM Quote Tools is a collection of programs that provide support for TPM based attestation using the TPM quote operation.

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

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

sudo dnf -y install tpm-quote-tools

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

sudo yum -y install tpm-quote-tools

How To Uninstall tpm-quote-tools on Fedora 36

To uninstall only the tpm-quote-tools package we can use the following command:

sudo dnf remove tpm-quote-tools

tpm-quote-tools Package Contents on Fedora 36

/usr/bin/tpm_getpcrhash
/usr/bin/tpm_getquote
/usr/bin/tpm_loadkey
/usr/bin/tpm_mkaik
/usr/bin/tpm_mkuuid
/usr/bin/tpm_unloadkey
/usr/bin/tpm_updatepcrhash
/usr/bin/tpm_verifyquote
/usr/lib/.build-id
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/6b1621db2be45ff0b7accea6ac2607a4fe1e1e
/usr/lib/.build-id/41
/usr/lib/.build-id/41/c94716e7f6ad82000a5365d8e7c51a3a2c7da7
/usr/lib/.build-id/51
/usr/lib/.build-id/51/90830443eb1e5e869a82fac10d60f76a8f1474
/usr/lib/.build-id/51/9f82548b970fcda39601d8dd5c5023d647729d
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/c49f369d862f277ed41534a3665226f878ef81
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/a03f6a24d54987d7d43b3d1e41c9d392538fb1
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/8661e011c726a1b9de4f3b3db891402cfd02ba
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/fcb1608c9ef66e4cb9385596da66d2257fcc63
/usr/share/doc/tpm-quote-tools
/usr/share/doc/tpm-quote-tools/AUTHORS
/usr/share/doc/tpm-quote-tools/COPYING
/usr/share/doc/tpm-quote-tools/ChangeLog
/usr/share/doc/tpm-quote-tools/NEWS
/usr/share/doc/tpm-quote-tools/README
/usr/share/man/man8/tpm_getpcrhash.8.gz
/usr/share/man/man8/tpm_getquote.8.gz
/usr/share/man/man8/tpm_loadkey.8.gz
/usr/share/man/man8/tpm_mkaik.8.gz
/usr/share/man/man8/tpm_mkuuid.8.gz
/usr/share/man/man8/tpm_quote_tools.8.gz
/usr/share/man/man8/tpm_unloadkey.8.gz
/usr/share/man/man8/tpm_updatepcrhash.8.gz
/usr/share/man/man8/tpm_verifyquote.8.gz

References

Summary

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