How To Install tpm2-tss-devel.i686 on Amazon Linux 2

In this tutorial we learn how to install tpm2-tss-devel.i686 in Amazon Linux 2. tpm2-tss-devel.i686 is Headers and libraries for building apps that use tpm2-tss

Introduction

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

What is tpm2-tss-devel.i686

This package contains headers and libraries required to build applications that use tpm2-tss.

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

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

sudo yum -y install tpm2-tss-devel.i686

How To Uninstall tpm2-tss-devel.i686 on Amazon Linux 2

To uninstall only the tpm2-tss-devel.i686 package we can use the following command:

sudo yum remove tpm2-tss-devel.i686

tpm2-tss-devel.i686 Package Contents on Amazon Linux 2

/usr/include/sapi
/usr/include/sapi/implementation.h
/usr/include/sapi/sys_api_part3.h
/usr/include/sapi/tpm20.h
/usr/include/sapi/tpmb.h
/usr/include/sapi/tss2_common.h
/usr/include/sapi/tss2_sys.h
/usr/include/sapi/tss2_tcti.h
/usr/include/sapi/tss2_tpm2_types.h
/usr/include/tcti
/usr/include/tcti/common.h
/usr/include/tcti/tcti_device.h
/usr/include/tcti/tcti_socket.h
/usr/lib/libsapi.so
/usr/lib/libtcti-device.so
/usr/lib/libtcti-socket.so
/usr/lib/pkgconfig/sapi.pc
/usr/lib/pkgconfig/tcti-device.pc
/usr/lib/pkgconfig/tcti-socket.pc
/usr/share/man/man3/InitDeviceTcti.3.gz
/usr/share/man/man3/InitSocketTcti.3.gz
/usr/share/man/man7/tcti-device.7.gz
/usr/share/man/man7/tcti-socket.7.gz

References

Summary

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