zzxorcopy
library providing read access on ZIP-archives - binaries
Install
- All systems
-
curl cmd.cat/zzxorcopy.sh
- Debian
-
apt-get install zziplib-bin
- Ubuntu
-
apt-get install zziplib-bin
- Alpine
-
apk add zziplib
- Arch Linux
-
pacman -S zziplib
- Kali Linux
-
apt-get install zziplib-bin
- CentOS
-
yum install zziplib-utils
- Fedora
-
dnf install zziplib-utils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install zziplib-bin
- Raspbian
-
apt-get install zziplib-bin
- Dockerfile
- dockerfile.run/zzxorcopy
- Docker
-
docker run cmd.cat/zzxorcopy zzxorcopy
powered by Commando
zziplib-bin
library providing read access on ZIP-archives - binaries
The zziplib library is intentionally lightweight, it offers the ability to easily extract data from files archived in a single zip file. Applications can bundle files into a single zip archive and access them. The implementation is based only on the (free) subset of compression with the zlib algorithm which is actually used by the zip/unzip tools. This package contains some useful binaries to extract data from zip archives.
zziplib-utils
Utilities for the zziplib library
zziplib
The zziplib library is intentionally lightweight, it offers the
ability to easily extract data from files archived in a single zip file. Applications can bundle files into a single zip archive and access them. The implementation is based only on the (free) subset of compression with the zlib algorithm which is actually used by the zip/unzip tools.