lzip

A lossless data compressor with a user interface similar to gzip or bzip2. Lzip uses a simplified form of the "Lempel-Ziv-Markovchain-Algorithm" (LZMA) stream format and provides 3-factor integrity checking to maximize interoperability and optimize safety. More information: <https://www.nongnu.org/lzip>.

Debian Debian
RUN apt-get update && \ apt-get install -y lzip
Ubuntu
RUN apt-get update && \ apt-get install -y lzip
Alpine
RUN apk add lzip
Arch Arch Linux
RUN pacman -S --noconfirm lzip
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y lzip
Fedora
RUN dnf install -y lzip
Raspbian
RUN apt-get update && \ apt-get install -y lzip
click the source code to copy install lzip on any operating system with command-not-found.com