How To Install libtnc.x86_64 on Amazon Linux 2

In this tutorial we learn how to install libtnc.x86_64 in Amazon Linux 2. libtnc.x86_64 is Library implementation of the Trusted Network Connect (TNC)

Introduction

In this tutorial we learn how to install libtnc.x86_64 on Amazon Linux 2.

What is libtnc.x86_64

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.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libtnc.x86_64.

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

sudo yum -y install libtnc.x86_64

How To Uninstall libtnc.x86_64 on Amazon Linux 2

To uninstall only the libtnc.x86_64 package we can use the following command:

sudo yum remove libtnc.x86_64

libtnc.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/libosc_imc.so.0
/usr/lib64/libosc_imc.so.0.0.0
/usr/lib64/libosc_imv.so.0
/usr/lib64/libosc_imv.so.0.0.0
/usr/lib64/libsample_imc.so.0
/usr/lib64/libsample_imc.so.0.0.0
/usr/lib64/libsample_imv.so.0
/usr/lib64/libsample_imv.so.0.0.0
/usr/lib64/libtnc.so.0
/usr/lib64/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.x86_64 on Amazon Linux 2 using yum.