How to Install and Uninstall quazip-qt6.i686 Package on Fedora 35

Last updated: May 01,2024

1. Install "quazip-qt6.i686" package

This is a short guide on how to install quazip-qt6.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install quazip-qt6.i686

2. Uninstall "quazip-qt6.i686" package

In this section, we are going to explain the necessary steps to uninstall quazip-qt6.i686 on Fedora 35:

$ sudo dnf remove quazip-qt6.i686 $ sudo dnf autoremove

3. Information about the quazip-qt6.i686 package on Fedora 35

Last metadata expiration check: 2:41:19 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : quazip-qt6
Version : 1.1
Release : 3.fc35
Architecture : i686
Size : 122 k
Source : quazip-1.1-3.fc35.src.rpm
Repository : fedora
Summary : Qt6 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.