How To Install qatlib-tests on Fedora 36

In this tutorial we learn how to install qatlib-tests in Fedora 36. qatlib-tests is Sample applications that use qatlib

Introduction

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

What is qatlib-tests

This package contains sample applications that use the Intel QuickAssists APIs.

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

Install qatlib-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 qatlib-tests using dnf by running the following command:

sudo dnf -y install qatlib-tests

Install qatlib-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 qatlib-tests using yum by running the following command:

sudo yum -y install qatlib-tests

How To Uninstall qatlib-tests on Fedora 36

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

sudo dnf remove qatlib-tests

qatlib-tests Package Contents on Fedora 36

/usr/bin/algchaining_sample
/usr/bin/ccm_sample
/usr/bin/cipher_sample
/usr/bin/cpa_sample_code
/usr/bin/dc_dp_sample
/usr/bin/dc_stateless_multi_op_sample
/usr/bin/dc_stateless_sample
/usr/bin/dh_sample
/usr/bin/ec_montedwds_sample
/usr/bin/eddsa_sample
/usr/bin/gcm_sample
/usr/bin/hash_file_sample
/usr/bin/hash_sample
/usr/bin/hkdf_sample
/usr/bin/ipsec_sample
/usr/bin/prime_sample
/usr/bin/ssl_sample
/usr/bin/sym_dp_sample
/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/d84d75a9379f77c5fd0d085542e53402a43359
/usr/lib/.build-id/01
/usr/lib/.build-id/01/6f1f4cef32e070c848686f20c9871d5a5e1017
/usr/lib/.build-id/31
/usr/lib/.build-id/31/a75b3779c64697fbff46bdbbe08dc99e13f440
/usr/lib/.build-id/42
/usr/lib/.build-id/42/bccfb6faddd61194df200f453f194b96e528b5
/usr/lib/.build-id/49
/usr/lib/.build-id/49/1fa3404a7ae5d10ffd24110e75b3d3e356929e
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/67cb6f39bd35532fd864c9eabac8b43e7d7548
/usr/lib/.build-id/62
/usr/lib/.build-id/62/58444026a3aad74ff3c006cf73932cac6808e1
/usr/lib/.build-id/62/752286cc2ce1ac47fd84248da9d7c6e00e6700
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/36229dbf9f500de275d9277935aaf0cf02e6f3
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/ff9d2ac36aca29beb85613bd5707da8e7beb5c
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/1a1e213b99fca6187e0ad245d14cf16b783f03
/usr/lib/.build-id/af
/usr/lib/.build-id/af/e39e21a30640a76a65d3265dc667d5f044d46f
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/66378bd4f061911c91d503a938a53202872696
/usr/lib/.build-id/be
/usr/lib/.build-id/be/266e2c026dfc9af2a224bfac1d38c486d51229
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/5c9293ac64096c3d9d9fd382982bda697b1615
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/8a4a56eea21d16263f911488c2a5bbdb51a93a
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/32a4b90869ff740f419645112bc8de96196424
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/d618f6d181c7f2306b158c5cfc05e4df8210e7
/usr/share/doc/qatlib-tests
/usr/share/doc/qatlib-tests/README.txt
/usr/share/qat/calgary
/usr/share/qat/calgary32
/usr/share/qat/canterbury

References

Summary

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