How to Install libzzip-dev in Ubuntu 18.04



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

sudo apt update
sudo apt install libzzip-dev

Description:

library providing read access on ZIP-archives - development

The zziplib library is intentionally lightweight, it offers the ability to easily extract data from files archived in a single zip file. Applications can bundle files into a single zip archive and access them. The implementation is based only on the (free) subset of compression with the zlib algorithm which is actually used by the zip/unzip tools. . This package contains the header files and static library needed to compile applications that use zziplib.

Homepage: http://zziplib.sourceforge.net

Version: 0.13.62-3.1

Section: libdevel