How To Install tncfhh.i686 on Amazon Linux 2
Introduction
In this tutorial we learn how to install tncfhh.i686 on Amazon Linux 2.
What is tncfhh.i686
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.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install tncfhh.i686.
Install tncfhh.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 tncfhh.i686 using yum by running the following command:
sudo yum -y install tncfhh.i686
How To Uninstall tncfhh.i686 on Amazon Linux 2
To uninstall only the tncfhh.i686 package we can use the following command:
sudo yum remove tncfhh.i686
tncfhh.i686 Package Contents on Amazon Linux 2
/etc/tnc_config
/usr/lib/libimunit.so.0
/usr/lib/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.i686 on Amazon Linux 2 using yum.