How To Install fipscheck-lib on Rocky Linux 8

In this tutorial we learn how to install fipscheck-lib on Rocky Linux 8. fipscheck-lib is Library files for fipscheck

Introduction

In this tutorial we learn how to install fipscheck-lib on Rocky Linux 8.

What is fipscheck-lib

This package contains the FIPSCheck library.

We can use yum or dnf to install fipscheck-lib on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install fipscheck-lib.

Install fipscheck-lib on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install fipscheck-lib

Install fipscheck-lib on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install fipscheck-lib using yum by running the following command:

sudo yum -y install fipscheck-lib

How To Uninstall fipscheck-lib on Rocky Linux 8

To uninstall only the fipscheck-lib package we can use the following command:

sudo dnf remove fipscheck-lib

fipscheck-lib Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/ebd81e570aa05fd37059f9eaee8b54d5bd2ec1
/usr/lib/fipscheck
/usr/lib/fipscheck/libfipscheck.so.1.2.1.hmac
/usr/lib/fipscheck/libfipscheck.so.1.hmac
/usr/lib/libfipscheck.so.1
/usr/lib/libfipscheck.so.1.2.1
/usr/lib/.build-id
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/8a116e3129704d0ec65393342a9556ffb7acfe
/usr/lib64/fipscheck
/usr/lib64/fipscheck/libfipscheck.so.1.2.1.hmac
/usr/lib64/fipscheck/libfipscheck.so.1.hmac
/usr/lib64/libfipscheck.so.1
/usr/lib64/libfipscheck.so.1.2.1

References

Summary

In this tutorial we learn how to install fipscheck-lib on Rocky Linux 8 using yum and dnf.