How To Install libkcapi-tests on Fedora 36

In this tutorial we learn how to install libkcapi-tests in Fedora 36. libkcapi-tests is Testing scripts for the libkcapi package

Introduction

In this tutorial we learn how to install libkcapi-tests on Fedora 36.

What is libkcapi-tests

Auxiliary scripts for testing libkcapi.

We can use yum or dnf to install libkcapi-tests on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libkcapi-tests.

Install libkcapi-tests on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install libkcapi-tests

Install libkcapi-tests on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install libkcapi-tests

How To Uninstall libkcapi-tests on Fedora 36

To uninstall only the libkcapi-tests package we can use the following command:

sudo dnf remove libkcapi-tests

libkcapi-tests Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/2b/5ad978acb6617c5c8f98f23bc09af16e70bd5a.1
/usr/lib/.build-id/64/e6924cba78b4d0096b2b685f41c00f0c9eae96.1
/usr/lib/.build-id/6d/982e74eb04e2a5465a6712ec267b567aadefbb.1
/usr/libexec/libkcapi/compile-test.sh
/usr/libexec/libkcapi/hasher-test.sh
/usr/libexec/libkcapi/kcapi
/usr/libexec/libkcapi/kcapi-convenience
/usr/libexec/libkcapi/kcapi-convenience.sh
/usr/libexec/libkcapi/kcapi-dgst-test.sh
/usr/libexec/libkcapi/kcapi-enc-test-large
/usr/libexec/libkcapi/kcapi-enc-test-large.sh
/usr/libexec/libkcapi/kcapi-enc-test.sh
/usr/libexec/libkcapi/kcapi-fuzz-test.sh
/usr/libexec/libkcapi/libtest.sh
/usr/libexec/libkcapi/test-invocation.sh
/usr/libexec/libkcapi/test.sh
/usr/libexec/libkcapi/virttest.sh

References

Summary

In this tutorial we learn how to install libkcapi-tests on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).