unzzip-mem
Utilities for the zziplib library
Install
- All systems
-
curl cmd.cat/unzzip-mem.sh
- Alpine
-
apk add zziplib
- Arch Linux
-
pacman -S zziplib
- CentOS
-
yum install zziplib
- Fedora
-
dnf install zziplib-utils
- Dockerfile
- dockerfile.run/unzzip-mem
- Docker
-
docker run cmd.cat/unzzip-mem unzzip-mem
powered by Commando
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.