How to Install libquazip5-dev in Ubuntu 18.04



Install libquazip5-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libquazip5-dev

Description:

C++ wrapper for ZIP/UNZIP (development files, Qt5 build)

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 development files. . QuaZIP built using Qt5 libraries.

Homepage: https://sourceforge.net/projects/quazip/

Version: 0.7.3-5ubuntu1

Section: universe/libdevel