libzip-dev | library for reading, creating, and modifying zip archives (development) | Mehr ...
libzip is a C library for reading, creating, and modifying zip archives. Files can be added from data buffers, files, or compressed data copied directly from other zip archives. Changes made without closing the archive can be reverted. . This package contains the static libraries and headers for developing applications that use the libzip library API. . Homepage: http://www.nih.at/libzip/
libzip1 | library for reading, creating, and modifying zip archives (runtime) | Mehr ...
libzip is a C library for reading, creating, and modifying zip archives. Files can be added from data buffers, files, or compressed data copied directly from other zip archives. Changes made without closing the archive can be reverted. . This package contains the files necessary for running applications that use the libzip library. . Homepage: http://www.nih.at/libzip/
zipcmp | compare contents of zip archives | Mehr ...
zipcmp compares two zip archives and checks if they contain the same files, comparing their names, uncompressed sizes, and CRCs. File order and compressed size differences are ignored. . Homepage: http://www.nih.at/libzip/
zipmerge merges a source zip archives into a target zip archive. By default, files in the source zip archives overwrite existing files of the same name in the target zip archive. . Homepage: http://www.nih.at/libzip/