How To Install strongimcv on CentOS 7

In this tutorial we learn how to install strongimcv on CentOS 7. strongimcv is Trusted Network Connect (TNC) Architecture

Introduction

In this tutorial we learn how to install strongimcv on CentOS 7.

What is strongimcv

This package provides Trusted Network Connect’s (TNC) architecture support. It includes support for TNC client and server (IF-TNCCS), IMC and IMV message exchange (IF-M), interface between IMC/IMV and TNC client/server (IF-IMC and IF-IMV). It also includes PTS based IMC/IMV for TPM based remote attestation, SWID IMC/IMV, and OS IMC/IMV. It’s IMC/IMV dynamic libraries modules can be used by any third party TNC Client/Server implementation possessing a standard IF-IMC/IMV interface. In addition, it implements PT-TLS to support TNC over TLS. This package has disabled it’s IKE features as those are not supported. This package provides Trusted Network Connect’s (TNC) architecture support. It includes support for TNC client and server (IF-TNCCS), IMC and IMV message exchange (IF-M), interface between IMC/IMV and TNC client/server (IF-IMC and IF-IMV). It also includes PTS based IMC/IMV for TPM based remote attestation, SWID IMC/IMV, and OS IMC/IMV. It’s IMC/IMV dynamic libraries modules can be used by any third party TNC Client/Server implementation possessing a standard IF-IMC/IMV interface. In addition, it implements PT-TLS to support TNC over TLS. This package has disabled it’s IKE features as those are not supported.

We can use yum or dnf to install strongimcv on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install strongimcv.

Install strongimcv on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install strongimcv using yum by running the following command:

sudo yum -y install strongimcv

Install strongimcv on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

After updating yum database, We can install strongimcv using dnf by running the following command:

sudo dnf -y install strongimcv

How To Uninstall strongimcv on CentOS 7

To uninstall only the strongimcv package we can use the following command:

sudo dnf remove strongimcv

References

Summary

In this tutorial we learn how to install strongimcv on CentOS 7 using yum and dnf.