How To Install tpm2-abrmd.x86_64 on Amazon Linux 2
In this tutorial we learn how to install tpm2-abrmd.x86_64 in Amazon Linux 2. tpm2-abrmd.x86_64 is A system daemon implementing TPM2 Access Broker and Resource
Introduction
In this tutorial we learn how to install tpm2-abrmd.x86_64 on Amazon Linux 2.
What is tpm2-abrmd.x86_64
tpm2-abrmd is a system daemon implementing the TPM2 access broker (TAB) and Resource Manager (RM) spec from the TCG.
We can use yum to install tpm2-abrmd.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.x86_64.
Install tpm2-abrmd.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.x86_64 using yum by running the following command:
sudo yum -y install tpm2-abrmd.x86_64
How To Uninstall tpm2-abrmd.x86_64 on Amazon Linux 2
To uninstall only the tpm2-abrmd.x86_64 package we can use the following command:
sudo yum remove tpm2-abrmd.x86_64
tpm2-abrmd.x86_64 Package Contents on Amazon Linux 2
/etc/dbus-1/system.d/tpm2-abrmd.conf
/usr/lib/systemd/system/tpm2-abrmd.service
/usr/lib/udev/rules.d/60-tpm-udev.rules
/usr/lib64/libtcti-tabrmd.so.0
/usr/lib64/libtcti-tabrmd.so.0.0.0
/usr/sbin/tpm2-abrmd
/usr/share/doc/tpm2-abrmd-1.1.0
/usr/share/doc/tpm2-abrmd-1.1.0/CHANGELOG.md
/usr/share/doc/tpm2-abrmd-1.1.0/README.md
/usr/share/licenses/tpm2-abrmd-1.1.0
/usr/share/licenses/tpm2-abrmd-1.1.0/LICENSE
/usr/share/man/man3/tss2_tcti_tabrmd_init.3.gz
/usr/share/man/man3/tss2_tcti_tabrmd_init_full.3.gz
/usr/share/man/man7/tcti-tabrmd.7.gz
/usr/share/man/man8/tpm2-abrmd.8.gz
References
Summary
In this tutorial we learn how to install tpm2-abrmd.x86_64 on Amazon Linux 2 using yum.