lzip.lzip
lossless data compressor based on the LZMA algorithm
Install
- All systems
-
curl cmd.cat/lzip.lzip.sh
- Debian
-
apt-get install lzip
- Ubuntu
-
apt-get install lzip
- Alpine
-
apk add lzip
- Arch Linux
-
pacman -S lzip
- Kali Linux
-
apt-get install lzip
- Fedora
-
dnf install lzip
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install lzip
- OS X
-
brew install lzip
- Raspbian
-
apt-get install lzip
- Dockerfile
- dockerfile.run/lzip.lzip
- Docker
-
docker run cmd.cat/lzip.lzip lzip.lzip
powered by Commando
lzip
lossless data compressor based on the LZMA algorithm
Lzip is a lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to the one of gzip or bzip2. Lzip decompresses almost as fast as gzip and compresses better than bzip2, which makes it well suited for software distribution and data archiving.