How To Install tpm2-abrmd-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install tpm2-abrmd-devel.x86_64 in Amazon Linux 2. tpm2-abrmd-devel.x86_64 is Headers, static libraries and package config files of tpm2-abrmd

Introduction

In this tutorial we learn how to install tpm2-abrmd-devel.x86_64 on Amazon Linux 2.

What is tpm2-abrmd-devel.x86_64

This package contains headers, static libraries and package config files required to build applications that use tpm2-abrmd.

We can use yum to install tpm2-abrmd-devel.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install tpm2-abrmd-devel.x86_64.

Install tpm2-abrmd-devel.x86_64 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 tpm2-abrmd-devel.x86_64 using yum by running the following command:

sudo yum -y install tpm2-abrmd-devel.x86_64

How To Uninstall tpm2-abrmd-devel.x86_64 on Amazon Linux 2

To uninstall only the tpm2-abrmd-devel.x86_64 package we can use the following command:

sudo yum remove tpm2-abrmd-devel.x86_64

tpm2-abrmd-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/tcti/tcti-tabrmd.h
/usr/lib64/libtcti-tabrmd.so
/usr/lib64/pkgconfig/tcti-tabrmd.pc

References

Summary

In this tutorial we learn how to install tpm2-abrmd-devel.x86_64 on Amazon Linux 2 using yum.