zipmerge
merge zip archives
Install
- All systems
-
curl cmd.cat/zipmerge.sh
- Debian
-
apt-get install zipmerge
- Ubuntu
-
apt-get install zipmerge
- Arch Linux
-
pacman -S zipmerge
- 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
- Dockerfile
- dockerfile.run/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.