ziptool
modify zip archives
Install
- All systems
-
curl cmd.cat/ziptool.sh
- Debian
-
apt-get install ziptool
- Ubuntu
-
apt-get install ziptool
- Arch Linux
-
pacman -S ziptool
- Kali Linux
-
apt-get install ziptool
- Fedora
-
dnf install ziptool
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ziptool
- Raspbian
-
apt-get install ziptool
- Dockerfile
- dockerfile.run/ziptool
ziptool
modify zip archives
ziptool is a utility for working with zip archives. It can modify details of zip archives according to the commands given, including timestamps and other metadata about the included files.
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.