How To Install tncfhh.x86_64 on Amazon Linux 2

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

Introduction

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

What is tncfhh.x86_64

The TNC@FHH project is an open source implementation of the Trusted Network Connect (TNC) framework, which is specified by the Trusted Computing Group (TCG). TNC@FHH allows you to provision access to a network based upon factors like the user credentials and the requesting endpoint’s integrity state. The following TNC components and their respective interfaces are implemented by TNC@FHH (IF-TNCCS 1.1), NAA (IF-T EAP 1.1).

We can use yum to install tncfhh.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install tncfhh.x86_64.

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

sudo yum -y install tncfhh.x86_64

How To Uninstall tncfhh.x86_64 on Amazon Linux 2

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

sudo yum remove tncfhh.x86_64

tncfhh.x86_64 Package Contents on Amazon Linux 2

/etc/tnc_config
/usr/lib64/libimunit.so.0
/usr/lib64/libimunit.so.0.8.3
/usr/share/doc/tncfhh-0.8.3
/usr/share/doc/tncfhh-0.8.3/LICENSE
/usr/share/doc/tncfhh-0.8.3/README
/usr/share/doc/tncfhh-0.8.3/tncfhh.pdf

References

Summary

In this tutorial we learn how to install tncfhh.x86_64 on Amazon Linux 2 using yum.