How To Install libtnc on Fedora 34

libtnc is Library implementation of the Trusted Network Connect (TNC) specification Library implementation of the Trusted Network Connect (TNC) specification

Introduction

In this tutorial we learn how to install libtnc on Fedora 34.

What is libtnc

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 libtnc 1.25 29.fc34 x86_64 53 k libtnc-1.25-29.fc34.src.rpm fedora Library implementation of the Trusted Network Connect (TNC) specification http GPLv2 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 or dnf to install libtnc on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libtnc.

Install libtnc on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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

sudo dnf -y install libtnc

Install libtnc on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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

sudo yum -y install libtnc

How To Uninstall libtnc on Fedora 34

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

sudo dnf remove libtnc

libtnc Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/20
/usr/lib/.build-id/20/534cc214e4005f61ece5126cac53febe15563c
/usr/lib/.build-id/56
/usr/lib/.build-id/56/0d22e5ed35f41a3d750306b545f1fa234dfcb0
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/6ea82781cfa323515c8bd335ff51974b4bca2d
/usr/lib/.build-id/62
/usr/lib/.build-id/62/b903f347f3928ef8eafe9e8f0a24ae234e28d2
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/12ab5a6ac000193c2fb17fd3287382fd738ded
/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
/usr/share/doc/libtnc/COPYING
/usr/share/doc/libtnc/README
/usr/lib/.build-id
/usr/lib/.build-id/23
/usr/lib/.build-id/23/527e7f954b722bbf3975a1c3d197383aa5a956
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/d3133eacb28516ccc6e5148aa32554330e671a
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/1d463eb188b5594c449443e0e7cd90717476ef
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/649d28dfd5a2aebd5aa527d90fee845dad0c75
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/7668f2003e1284c116254a80f18259a80fd807
/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
/usr/share/doc/libtnc/COPYING
/usr/share/doc/libtnc/README

References

Summary

In this tutorial we learn how to install libtnc on Fedora 34 using yum and dnf.