How To Install qatzip-devel on Fedora 36

In this tutorial we learn how to install qatzip-devel in Fedora 36. qatzip-devel is Development components for the libqatzip package

Introduction

In this tutorial we learn how to install qatzip-devel on Fedora 36.

What is qatzip-devel

This package contains headers and libraries required to build applications that use the QATzip APIs.

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

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

sudo dnf -y install qatzip-devel

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

sudo yum -y install qatzip-devel

How To Uninstall qatzip-devel on Fedora 36

To uninstall only the qatzip-devel package we can use the following command:

sudo dnf remove qatzip-devel

qatzip-devel Package Contents on Fedora 36

/usr/include/qatzip.h
/usr/lib64/libqatzip.so
/usr/share/doc/qatzip-devel
/usr/share/doc/qatzip-devel/QATzip-man.pdf

References

Summary

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