How to Install and Uninstall libquazip-headers Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: October 06,2024

1. Install "libquazip-headers" package

This is a short guide on how to install libquazip-headers on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libquazip-headers

2. Uninstall "libquazip-headers" package

Please follow the steps below to uninstall libquazip-headers on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libquazip-headers $ sudo apt autoclean && sudo apt autoremove

3. Information about the libquazip-headers package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libquazip-headers
Priority: optional
Section: universe/libdevel
Installed-Size: 154
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: amd64
Source: libquazip
Version: 0.7.1-1
Replaces: libquazip1-headers
Conflicts: libquazip0-dev, libquazip1-headers
Breaks: libquazip1-headers
Filename: pool/universe/libq/libquazip/libquazip-headers_0.7.1-1_amd64.deb
Size: 32100
MD5sum: 0c19db898318b3381aace61f0df9472f
SHA1: f494309834dcf2ad34722676d2620d8ee10cca49
SHA256: 2368bed8f5f94442afc9c32f0a92d7eb5457c50e5eabfbc58d5eb6f5475e669c
Description-en: C++ wrapper for ZIP/UNZIP (development header files)
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 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.
.
This package contains the headers of the library.
Description-md5: dbbae4417753b4286495d5ea6b662e99
Multi-Arch: foreign
Homepage: https://sourceforge.net/projects/quazip/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu