zipcmp
compare contents of zip archives
Install
- All systems
-
curl cmd.cat/zipcmp.sh
- Debian
-
apt-get install zipcmp
- Ubuntu
-
apt-get install zipcmp
- Arch Linux
-
pacman -S zipcmp
- Kali Linux
-
apt-get install zipcmp
- CentOS
-
yum install zipcmp
- Fedora
-
dnf install zipcmp
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install zipcmp
- OS X
-
brew install zipcmp
- Raspbian
-
apt-get install zipcmp
- Dockerfile
- dockerfile.run/zipcmp
zipcmp
compare contents of zip archives
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.
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.