How To Install libtnc.i686 on Amazon Linux 2
Introduction
In this tutorial we learn how to install libtnc.i686 on Amazon Linux 2.
What is libtnc.i686
This library provides functions for loading and interfacing with loadable IMC Integrity Measurement Collector (IMC) and Integrity Measurement Verifier (IMV) modules as required by the Trusted Network Computing (TNC) IF-IMC and IF-IMV interfaces as described in
We can use yum to install libtnc.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libtnc.i686.
Install libtnc.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 libtnc.i686 using yum by running the following command:
sudo yum -y install libtnc.i686
How To Uninstall libtnc.i686 on Amazon Linux 2
To uninstall only the libtnc.i686 package we can use the following command:
sudo yum remove libtnc.i686
libtnc.i686 Package Contents on Amazon Linux 2
/usr/lib/libosc_imc.so.0
/usr/lib/libosc_imc.so.0.0.0
/usr/lib/libosc_imv.so.0
/usr/lib/libosc_imv.so.0.0.0
/usr/lib/libsample_imc.so.0
/usr/lib/libsample_imc.so.0.0.0
/usr/lib/libsample_imv.so.0
/usr/lib/libsample_imv.so.0.0.0
/usr/lib/libtnc.so.0
/usr/lib/libtnc.so.0.0.0
/usr/share/doc/libtnc-1.25
/usr/share/doc/libtnc-1.25/COPYING
/usr/share/doc/libtnc-1.25/README
References
Summary
In this tutorial we learn how to install libtnc.i686 on Amazon Linux 2 using yum.