How to Install and Uninstall quazip-qt5.i686 Package on Fedora 38

Last updated: November 28,2024

1. Install "quazip-qt5.i686" package

This guide covers the steps necessary to install quazip-qt5.i686 on Fedora 38

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

2. Uninstall "quazip-qt5.i686" package

Here is a brief guide to show you how to uninstall quazip-qt5.i686 on Fedora 38:

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

3. Information about the quazip-qt5.i686 package on Fedora 38

Last metadata expiration check: 0:28:24 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : quazip-qt5
Version : 1.3
Release : 7.fc38
Architecture : i686
Size : 111 k
Source : quazip-1.3-7.fc38.src.rpm
Repository : fedora
Summary : Qt5 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.