dictunzip
compression utility for dictionary databases
Install
- All systems
-
curl cmd.cat/dictunzip.sh
- Debian
-
apt-get install dictzip
- Ubuntu
-
apt-get install dictzip
- Kali Linux
-
apt-get install dictzip
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install dictzip
- Raspbian
-
apt-get install dictzip
- Dockerfile
- dockerfile.run/dictunzip
dictzip
compression utility for dictionary databases
This package provides a utility to compress dictionary databases with the LZ77 algorithm in a manner which is completely compatible with gzip(1), but using an extension that allows for random access to chunks of about 57kB without the overhead of decompressing the entire file. This package also includes dictunzip, to decompress dictzipped files, and dictzcat, for viewing dictzipped files.