libzip-1.11.4

Introduction to libzip

The libzip package contains a library and utilities for handling zip archives.

libzip Dependencies

Required

CMake

Optional

GnuTLS and Mbed-TLS-3.6.4

Installation of libzip

Install libzip by running the following commands:

mkdir build &&
cd    build &&

cmake -D CMAKE_INSTALL_PREFIX=/usr   \
      -D CMAKE_BUILD_TYPE=Release    \
      -D CMAKE_SKIP_INSTALL_RPATH=ON \
      -G Ninja .. &&

ninja

Now, as the root user:

ninja install

Command Explanations

-D CMAKE_SKIP_INSTALL_RPATH=ON: Denne bryteren gjør at cmake fjerner hardkodede biblioteksøk stier (rpath) når du installerer en binær kjørbar fil eller et delt bibliotek. Denne pakken trenger ikke rpath når den er installert på standard plassering, og rpath kan noen ganger forårsake uønskede effekter eller til og med sikkerhetsproblemer.

Contents

Installed Programs: zipcmp,  zipmerge, and ziptool
Installed Libraries: libzip
Installed Directories: /usr/lib/cmake/libzip

Short Descriptions

zipcmp

compares contents of zip archives

zipmerge

merges zip archives

ziptool

modifies zip archives

libzip

contains functions that can modify and compare zip archives