< Home - < Back

quazip


Information about the package, quazip, which is shipped with common Linux distributions. The quazip package is designed for, Qt/C++ wrapper for the minizip library.


Package Name:

quazip

Summary:

Qt/C++ wrapper for the minizip library

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.

Architecture:

x86_64

Version:

0.4.3

Release:

1.el6

Size:

49 k

Repository:

epel

From Repository:

Licence:

GPLv2+ or LGPLv2+



Handy Yum Commands for quazip


Control the quazip package with the following handy commands outlined below.


Command

Description of Command

yum install quazip

This command will install quazip on the server.

yum remove quazip

This command will un-install quazip on the server. When you run this command, you will be asked if you are sure that you want to remove quazip, so you have to manually confirm that you want to do this.

yum -y remove quazip

This command will un-install quazip on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove quazip when using the -y flag.

yum update quazip

This command will update quazip to the latest version. When you run this command, you will be asked if you are sure that you want to remove quazip, so you have to manually confirm that you want to do this.

yum -y update quazip

This command will update quazip to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove quazip when using the -y flag.

yum info quazip

This command will show you core information about the quazip package.

yum deplist quazip

This command will show you the dependencies for quazip. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update quazip

This command will check if there is an update waiting on quazip. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.