zipmerge

merge zip archives

Install

All systems
curl cmd.cat/zipmerge.sh
Debian Debian
apt-get install zipmerge
Ubuntu
apt-get install zipmerge
Arch Arch Linux
pacman -S zipmerge
image/svg+xml Kali Linux
apt-get install zipmerge
CentOS
yum install zipmerge
Fedora
dnf install zipmerge
Windows (WSL2)
sudo apt-get update sudo apt-get install zipmerge
Raspbian
apt-get install zipmerge

zipmerge

merge zip archives

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.

libzip-tools

Command line tools from libzip

libzip

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. The API is documented by man pages.