rzip
compression program for large files
Install
- All systems
-
curl cmd.cat/rzip.sh
- Debian
-
apt-get install rzip
- Ubuntu
-
apt-get install rzip
- Kali Linux
-
apt-get install rzip
- Fedora
-
dnf install rzip
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install rzip
- OS X
-
brew install rzip
- Raspbian
-
apt-get install rzip
- Dockerfile
- dockerfile.run/rzip
rzip
compression program for large files
rzip is a compression program able to take advantage of long distance redundancies in files, allowing greater compression ratios. rzip uses a history buffer of up to 900MB, while gzip uses 32KB and bzip2 uses 900KB. rzip cannot read from the standard input or write to the standard output. This package provides rzip and runzip commands.