How to Install and Uninstall quazip.i686 Package on Fedora 34

Last updated: May 07,2024

1. Install "quazip.i686" package

Please follow the steps below to install quazip.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install quazip.i686

2. Uninstall "quazip.i686" package

Please follow the step by step instructions below to uninstall quazip.i686 on Fedora 34:

$ sudo dnf remove quazip.i686 $ sudo dnf autoremove

3. Information about the quazip.i686 package on Fedora 34

Last metadata expiration check: 1:54:17 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : quazip
Version : 0.7.6
Release : 10.fc34
Architecture : i686
Size : 101 k
Source : quazip-0.7.6-10.fc34.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.