How to Install and Uninstall quazip.x86_64 Package on Fedora 35

Last updated: September 22,2024

1. Install "quazip.x86_64" package

Please follow the steps below to install quazip.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install quazip.x86_64

2. Uninstall "quazip.x86_64" package

Here is a brief guide to show you how to uninstall quazip.x86_64 on Fedora 35:

$ sudo dnf remove quazip.x86_64 $ sudo dnf autoremove

3. Information about the quazip.x86_64 package on Fedora 35

Last metadata expiration check: 2:45:47 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : quazip
Version : 1.1
Release : 3.fc35
Architecture : x86_64
Size : 95 k
Source : quazip-1.1-3.fc35.src.rpm
Repository : fedora
Summary : Qt/C++ wrapper for the minizip library
URL : https://github.com/stachenov/quazip
License : GPLv2+ or LGPLv2+
Description : 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.