How To Install tpm2-pkcs11-tools on Fedora 36

In this tutorial we learn how to install tpm2-pkcs11-tools in Fedora 36. tpm2-pkcs11-tools is The tools required to setup and configure TPM2 for PKCS#11

Introduction

In this tutorial we learn how to install tpm2-pkcs11-tools on Fedora 36.

What is tpm2-pkcs11-tools

The tools required to setup and configure TPM2 for PKCS#11.

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

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

sudo dnf -y install tpm2-pkcs11-tools

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

sudo yum -y install tpm2-pkcs11-tools

How To Uninstall tpm2-pkcs11-tools on Fedora 36

To uninstall only the tpm2-pkcs11-tools package we can use the following command:

sudo dnf remove tpm2-pkcs11-tools

tpm2-pkcs11-tools Package Contents on Fedora 36

/usr/bin/tpm2_ptool
/usr/lib/python3.10/site-packages/tpm2_pkcs11/__init__.py
/usr/lib/python3.10/site-packages/tpm2_pkcs11/__pycache__
/usr/lib/python3.10/site-packages/tpm2_pkcs11/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/tpm2_pkcs11/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/tpm2_pkcs11/__pycache__/command.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/tpm2_pkcs11/__pycache__/command.cpython-310.pyc
/usr/lib/python3.10/site-packages/tpm2_pkcs11/__pycache__/commandlets_keys.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/tpm2_pkcs11/__pycache__/commandlets_keys.cpython-310.pyc
/usr/lib/python3.10/site-packages/tpm2_pkcs11/__pycache__/commandlets_store.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/tpm2_pkcs11/__pycache__/commandlets_store.cpython-310.pyc
/usr/lib/python3.10/site-packages/tpm2_pkcs11/__pycache__/commandlets_token.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/tpm2_pkcs11/__pycache__/commandlets_token.cpython-310.pyc
/usr/lib/python3.10/site-packages/tpm2_pkcs11/__pycache__/db.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/tpm2_pkcs11/__pycache__/db.cpython-310.pyc
/usr/lib/python3.10/site-packages/tpm2_pkcs11/__pycache__/objects.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/tpm2_pkcs11/__pycache__/objects.cpython-310.pyc
/usr/lib/python3.10/site-packages/tpm2_pkcs11/__pycache__/pkcs11t.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/tpm2_pkcs11/__pycache__/pkcs11t.cpython-310.pyc
/usr/lib/python3.10/site-packages/tpm2_pkcs11/__pycache__/tpm2.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/tpm2_pkcs11/__pycache__/tpm2.cpython-310.pyc
/usr/lib/python3.10/site-packages/tpm2_pkcs11/__pycache__/tpm2_ptool.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/tpm2_pkcs11/__pycache__/tpm2_ptool.cpython-310.pyc
/usr/lib/python3.10/site-packages/tpm2_pkcs11/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/tpm2_pkcs11/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/tpm2_pkcs11/command.py
/usr/lib/python3.10/site-packages/tpm2_pkcs11/commandlets_keys.py
/usr/lib/python3.10/site-packages/tpm2_pkcs11/commandlets_store.py
/usr/lib/python3.10/site-packages/tpm2_pkcs11/commandlets_token.py
/usr/lib/python3.10/site-packages/tpm2_pkcs11/db.py
/usr/lib/python3.10/site-packages/tpm2_pkcs11/objects.py
/usr/lib/python3.10/site-packages/tpm2_pkcs11/pkcs11t.py
/usr/lib/python3.10/site-packages/tpm2_pkcs11/tpm2.py
/usr/lib/python3.10/site-packages/tpm2_pkcs11/tpm2_ptool.py
/usr/lib/python3.10/site-packages/tpm2_pkcs11/utils.py
/usr/lib/python3.10/site-packages/tpm2_pkcs11_tools-1.33.7-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/tpm2_pkcs11_tools-1.33.7-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/tpm2_pkcs11_tools-1.33.7-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/tpm2_pkcs11_tools-1.33.7-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/tpm2_pkcs11_tools-1.33.7-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/tpm2_pkcs11_tools-1.33.7-py3.10.egg-info/top_level.txt

References

Summary

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