How To Install quazip-qt5 on Fedora 36

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

Introduction

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

What is quazip-qt5

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-qt5 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install quazip-qt5.

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

sudo dnf -y install quazip-qt5

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

sudo yum -y install quazip-qt5

How To Uninstall quazip-qt5 on Fedora 36

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

sudo dnf remove quazip-qt5

quazip-qt5 Package Contents on Fedora 36

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

## Introduction

/usr/lib/.build-id
/usr/lib/.build-id/41
/usr/lib/.build-id/41/3d684e0e02fefe615b726801d8741be4ed20c8
/usr/lib/libquazip1-qt5.so.1.0.0
/usr/lib/libquazip1-qt5.so.1.2
/usr/share/doc/quazip-qt5
/usr/share/doc/quazip-qt5/NEWS.txt
/usr/share/doc/quazip-qt5/README.md
/usr/share/licenses/quazip-qt5
/usr/share/licenses/quazip-qt5/COPYING
In this tutorial we learn how to install `quazip-qt5` on Fedora 36.

### What is `quazip-qt5`

> 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.  

References

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

Install quazip-qt5 on Fedora 36 Using dnf

Summary

Update yum database with dnf using the following command.

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

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

sudo dnf -y install quazip-qt5

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

sudo yum -y install quazip-qt5

How To Uninstall quazip-qt5 on Fedora 36

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

sudo dnf remove quazip-qt5

quazip-qt5 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/76
/usr/lib/.build-id/76/54806a795bf272f721a0b03769c992ac411cb1
/usr/lib64/libquazip1-qt5.so.1.0.0
/usr/lib64/libquazip1-qt5.so.1.2
/usr/share/doc/quazip-qt5
/usr/share/doc/quazip-qt5/NEWS.txt
/usr/share/doc/quazip-qt5/README.md
/usr/share/licenses/quazip-qt5
/usr/share/licenses/quazip-qt5/COPYING

References

Summary

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