How To Install quazip on Fedora 36
Introduction
In this tutorial we learn how to install quazip
on Fedora 36.
What is quazip
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
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install quazip.
Install quazip 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
using dnf
by running the following command:
sudo dnf -y install quazip
Install quazip 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
using yum
by running the following command:
sudo yum -y install quazip
How To Uninstall quazip on Fedora 36
To uninstall only the quazip
package we can use the following command:
sudo dnf remove quazip
quazip Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/a8eb83acde7c27d0e08649b79beff796d8eea9
/usr/lib64/libquazip1-qt4.so.1.0.0
/usr/lib64/libquazip1-qt4.so.1.2
/usr/share/doc/quazip
/usr/share/doc/quazip/NEWS.txt
/usr/share/doc/quazip/README.md
/usr/share/licenses/quazip
/usr/share/licenses/quazip/COPYING
References
Summary
In this tutorial we learn how to install quazip
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install quazip on Fedora 36” linkTitle: “quazip” type: “docs” description: “In this tutorial we learn how to install quazip in Fedora 36. quazip is Qt/C++ wrapper for the minizip library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/quazip-featured.png
Introduction
In this tutorial we learn how to install quazip
on Fedora 36.
What is quazip
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
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install quazip.
Install quazip 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
using dnf
by running the following command:
sudo dnf -y install quazip
Install quazip 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
using yum
by running the following command:
sudo yum -y install quazip
How To Uninstall quazip on Fedora 36
To uninstall only the quazip
package we can use the following command:
sudo dnf remove quazip
quazip Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/054d1e422b26a71b3962df072f2e6c185892ee
/usr/lib/libquazip1-qt4.so.1.0.0
/usr/lib/libquazip1-qt4.so.1.2
/usr/share/doc/quazip
/usr/share/doc/quazip/NEWS.txt
/usr/share/doc/quazip/README.md
/usr/share/licenses/quazip
/usr/share/licenses/quazip/COPYING
References
Summary
In this tutorial we learn how to install quazip
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).