How To Install tpm2-tss-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install tpm2-tss-devel.x86_64 in Amazon Linux 2. tpm2-tss-devel.x86_64 is Headers and libraries for building apps that use tpm2-tss
Introduction
In this tutorial we learn how to install tpm2-tss-devel.x86_64 on Amazon Linux 2.
What is tpm2-tss-devel.x86_64
This package contains headers and libraries required to build applications that use tpm2-tss.
We can use yum to install tpm2-tss-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-tss-devel.x86_64.
Install tpm2-tss-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-tss-devel.x86_64 using yum by running the following command:
sudo yum -y install tpm2-tss-devel.x86_64
How To Uninstall tpm2-tss-devel.x86_64 on Amazon Linux 2
To uninstall only the tpm2-tss-devel.x86_64 package we can use the following command:
sudo yum remove tpm2-tss-devel.x86_64
tpm2-tss-devel.x86_64 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/lib64/libsapi.so
/usr/lib64/libtcti-device.so
/usr/lib64/libtcti-socket.so
/usr/lib64/pkgconfig/sapi.pc
/usr/lib64/pkgconfig/tcti-device.pc
/usr/lib64/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.x86_64 on Amazon Linux 2 using yum.