How To Install tpm2-tss-engine on Fedora 36

In this tutorial we learn how to install tpm2-tss-engine in Fedora 36. tpm2-tss-engine is OpenSSL Engine for TPM2 devices using the tpm2-tss software stack

Introduction

In this tutorial we learn how to install tpm2-tss-engine on Fedora 36.

What is tpm2-tss-engine

tpm2-tss-engine is an engine implementation for OpenSSL that uses tpm2-tss software stack. It uses the Enhanced System API (ESAPI) interface of the TSS 2.0 for downwards communication. It supports RSA decryption and signatures as well as ECDSA signatures.

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

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

sudo dnf -y install tpm2-tss-engine

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

sudo yum -y install tpm2-tss-engine

How To Uninstall tpm2-tss-engine on Fedora 36

To uninstall only the tpm2-tss-engine package we can use the following command:

sudo dnf remove tpm2-tss-engine

tpm2-tss-engine Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/48097349014aa86ff3f47b22766df8327f5571
/usr/lib/engines-1.1/libtpm2tss.so
/usr/lib/engines-1.1/tpm2tss.so
/usr/share/doc/tpm2-tss-engine
/usr/share/doc/tpm2-tss-engine/CHANGELOG.md
/usr/share/doc/tpm2-tss-engine/README.md
/usr/share/licenses/tpm2-tss-engine
/usr/share/licenses/tpm2-tss-engine/LICENSE

References

Summary

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


title: “How To Install tpm2-tss-engine on Fedora 36” linkTitle: “tpm2-tss-engine” type: “docs” description: “In this tutorial we learn how to install tpm2-tss-engine in Fedora 36. tpm2-tss-engine is OpenSSL Engine for TPM2 devices using the tpm2-tss software stack” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/tpm2-tss-engine-featured.png

Introduction

In this tutorial we learn how to install tpm2-tss-engine on Fedora 36.

What is tpm2-tss-engine

tpm2-tss-engine is an engine implementation for OpenSSL that uses tpm2-tss software stack. It uses the Enhanced System API (ESAPI) interface of the TSS 2.0 for downwards communication. It supports RSA decryption and signatures as well as ECDSA signatures.

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

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

sudo dnf -y install tpm2-tss-engine

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

sudo yum -y install tpm2-tss-engine

How To Uninstall tpm2-tss-engine on Fedora 36

To uninstall only the tpm2-tss-engine package we can use the following command:

sudo dnf remove tpm2-tss-engine

tpm2-tss-engine Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/e3f28c94c0d84d28cb7aff4aaaa9030a401e36
/usr/lib64/engines-1.1/libtpm2tss.so
/usr/lib64/engines-1.1/tpm2tss.so
/usr/share/doc/tpm2-tss-engine
/usr/share/doc/tpm2-tss-engine/CHANGELOG.md
/usr/share/doc/tpm2-tss-engine/README.md
/usr/share/licenses/tpm2-tss-engine
/usr/share/licenses/tpm2-tss-engine/LICENSE

References

Summary

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