lzip.lziprecover
lossless data compressor based on the LZMA algorithm (recovery)
Install
- All systems
-
curl cmd.cat/lzip.lziprecover.sh
- Debian
-
apt-get install lziprecover
- Ubuntu
-
apt-get install lziprecover
- Kali Linux
-
apt-get install lziprecover
- Fedora
-
dnf install lziprecover
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install lziprecover
- Raspbian
-
apt-get install lziprecover
- Dockerfile
- dockerfile.run/lzip.lziprecover
lziprecover
lossless data compressor based on the LZMA algorithm (recovery)
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. This package contains the recovery tool.