How To Install trousers-static on CentOS 7

In this tutorial we learn how to install trousers-static on CentOS 7. trousers-static is TrouSerS TCG Device Driver Library

Introduction

In this tutorial we learn how to install trousers-static on CentOS 7.

What is trousers-static

The TCG Device Driver Library (TDDL) used by the TrouSerS tcsd as the interface to the TPM’s device driver. For more information about writing applications to the TDDL interface, see the latest TSS spec at https The TCG Device Driver Library (TDDL) used by the TrouSerS tcsd as the interface to the TPM’s device driver. For more information about writing applications to the TDDL interface, see the latest TSS spec at https

We can use yum or dnf to install trousers-static on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install trousers-static.

Install trousers-static on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install trousers-static using yum by running the following command:

sudo yum -y install trousers-static

Install trousers-static on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

After updating yum database, We can install trousers-static using dnf by running the following command:

sudo dnf -y install trousers-static

How To Uninstall trousers-static on CentOS 7

To uninstall only the trousers-static package we can use the following command:

sudo dnf remove trousers-static

References

Summary

In this tutorial we learn how to install trousers-static on CentOS 7 using yum and dnf.