How to Install and Uninstall quazip-qt5.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 12,2024

1. Install "quazip-qt5.x86_64" package

Please follow the instructions below to install quazip-qt5.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "quazip-qt5.x86_64" package

This guide covers the steps necessary to uninstall quazip-qt5.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the quazip-qt5.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:45:29 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : quazip-qt5
Version : 1.1
Release : 3.el8
Architecture : x86_64
Size : 104 k
Source : quazip-1.1-3.el8.src.rpm
Repository : epel
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.