How To Install quazip-qt6 on Fedora 36

In this tutorial we learn how to install quazip-qt6 in Fedora 36. quazip-qt6 is Qt6 wrapper for the minizip library

Introduction

In this tutorial we learn how to install quazip-qt6 on Fedora 36.

What is quazip-qt6

QuaZIP is a simple C++ wrapper over Gilles Vollant’s ZIP/UNZIP package that can be used to access ZIP archives. It uses Trolltech’s Qt toolkit. QuaZIP allows you to access files inside ZIP archives using QIODevice API, and - yes! - that means that you can also use QTextStream, QDataStream or whatever you would like to use on your zipped files. QuaZIP provides complete abstraction of the ZIP/UNZIP API, for both reading from and writing to ZIP archives.

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

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

sudo dnf -y install quazip-qt6

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

sudo yum -y install quazip-qt6

How To Uninstall quazip-qt6 on Fedora 36

To uninstall only the quazip-qt6 package we can use the following command:

sudo dnf remove quazip-qt6

quazip-qt6 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/b0fc3ba2cf2be30a0d7b19205a4147c2f49a74
/usr/lib64/libquazip1-qt6.so.1.0.0
/usr/lib64/libquazip1-qt6.so.1.2
/usr/share/doc/quazip-qt6
/usr/share/doc/quazip-qt6/NEWS.txt
/usr/share/doc/quazip-qt6/README.md
/usr/share/licenses/quazip-qt6
/usr/share/licenses/quazip-qt6/COPYING

References

Summary

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


title: “How To Install quazip-qt6 on Fedora 36” linkTitle: “quazip-qt6” type: “docs” description: “In this tutorial we learn how to install quazip-qt6 in Fedora 36. quazip-qt6 is Qt6 wrapper for the minizip library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/quazip-qt6-featured.png

Introduction

In this tutorial we learn how to install quazip-qt6 on Fedora 36.

What is quazip-qt6

QuaZIP is a simple C++ wrapper over Gilles Vollant’s ZIP/UNZIP package that can be used to access ZIP archives. It uses Trolltech’s Qt toolkit. QuaZIP allows you to access files inside ZIP archives using QIODevice API, and - yes! - that means that you can also use QTextStream, QDataStream or whatever you would like to use on your zipped files. QuaZIP provides complete abstraction of the ZIP/UNZIP API, for both reading from and writing to ZIP archives.

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

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

sudo dnf -y install quazip-qt6

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

sudo yum -y install quazip-qt6

How To Uninstall quazip-qt6 on Fedora 36

To uninstall only the quazip-qt6 package we can use the following command:

sudo dnf remove quazip-qt6

quazip-qt6 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/77
/usr/lib/.build-id/77/caac09fefaddc4ec038b8c28a694b9e49796aa
/usr/lib/libquazip1-qt6.so.1.0.0
/usr/lib/libquazip1-qt6.so.1.2
/usr/share/doc/quazip-qt6
/usr/share/doc/quazip-qt6/NEWS.txt
/usr/share/doc/quazip-qt6/README.md
/usr/share/licenses/quazip-qt6
/usr/share/licenses/quazip-qt6/COPYING

References

Summary

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