How To Install qatzip-libs on Fedora 36
Introduction
In this tutorial we learn how to install qatzip-libs
on Fedora 36.
What is qatzip-libs
This package contains libraries for applications to use the QATzip APIs.
We can use yum
or dnf
to install qatzip-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qatzip-libs.
Install qatzip-libs 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-libs
using dnf
by running the following command:
sudo dnf -y install qatzip-libs
Install qatzip-libs 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-libs
using yum
by running the following command:
sudo yum -y install qatzip-libs
How To Uninstall qatzip-libs on Fedora 36
To uninstall only the qatzip-libs
package we can use the following command:
sudo dnf remove qatzip-libs
qatzip-libs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/802d38fa89570eb899622c01663fa11fc02bcc
/usr/lib64/libqatzip.so.1
/usr/lib64/libqatzip.so.1.0.7
/usr/share/licenses/qatzip-libs
/usr/share/licenses/qatzip-libs/LICENSE
References
Summary
In this tutorial we learn how to install qatzip-libs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).