macOS
brew install lziplocal Homebrew formula metadata
sudo port install lzipMacPorts ports tree · archivers/lzip/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für lzip in AI-Agent-Workflows.
Installation
brew install lziplocal Homebrew formula metadata
sudo port install lzipMacPorts ports tree · archivers/lzip/Portfile · Quelle: api.github.com
sudo apk add lzipAlpine Linux edge package indexes · lzip · Quelle: dl-cdn.alpinelinux.org
sudo apt install lzipDebian stable package indexes · lzip · Quelle: deb.debian.org
sudo dnf install lzipFedora Rawhide package metadata · lzip · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#lzipnixpkgs package indexes · pkgs/by-name/lz/lzip/package.nix · Quelle: api.github.com
sudo pacman -S lzipArch Linux sync databases · lzip · Quelle: geo.mirror.pkgbuild.com
sudo zypper install lzipopenSUSE Tumbleweed package metadata · lzip · Quelle: download.opensuse.org
scoop install main/lzipScoop official bucket manifest trees · bucket/lzip.json · Quelle: api.github.com
Überblick
LZMA-based compression program similar to gzip or bzip2
Verlauf
Lzip is a GPL command-line compressor and .lz file format built around a simplified LZMA stream, a gzip/bzip2-like interface, and unusually explicit data-integrity goals. Its official manual says it was designed for interoperability, long-term archiving, and robust three-factor integrity checking.
Antonio Diaz Diaz's lzip project started in 2008, with the Savannah old-release index showing lzip 0.1 in August 2008 and lzip 1.0 in October 2008. The project framed itself not just as another LZMA compressor but as a safer Unix archive format with a small, fully documented container, CRC-protected data, explicit member sizes, and a reference decompressor explained in the manual.
The project grew into a family rather than a single binary. lzlib provides a library interface, clzip and pdlzip provide alternate implementations, plzip handles parallel compression, lunzip and lzd focus on decompression and education, tarlz combines tar archiving with lzip members, and lziprecover handles damaged .lz files.
Lzip did not replace gzip or xz as the universal default, but it earned durable packaging across Unix-like distributions because it offers a clear format story and strong recovery semantics. The input package facts show it available in Homebrew, Debian/Ubuntu, Fedora, Arch, Alpine, MacPorts, Nix, Scoop, and openSUSE-style ecosystems.
Its adoption is strongest among users who care about long-term source distribution, recoverable compressed tar archives, and a conservative command-line interface. Package maintainers also encounter it because some upstream source releases are distributed as .tar.lz files.
The lzip CLI mirrors familiar gzip/bzip2 workflows: compress files to .lz, decompress with -d, test integrity with -t, list metadata with -l, write to stdout with -c, and tune compression with -0 through -9 or explicit dictionary and match-length options.
For archive pipelines, lzip is commonly paired with tar as .tar.lz. The manual highlights multimember output, concatenated stream handling, volume splitting, and cooperation with lziprecover for damaged files.
Lzip is significant because it is a format argument disguised as a small CLI: the package is about reproducible, recoverable, documented compression rather than chasing the absolute best ratio. That makes it beloved in the slice of the packaging world that cares about future decodability and damaged-media recovery.
For maintainers, the lzip family raises practical questions about bootstrapping .tar.lz source archives, installing info/manual documentation, and deciding when to package the sibling tools separately.
Sicherheitslage
broad file, network, media, or database tool signal.
blue Risiko · mittel Konfidenz · tool
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
lzip | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:lzip |
|---|---|
| Version | 1.26 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/lzip |
| Homepage | https://www.nongnu.org/lzip/ |
| Repository | http://cvs.savannah.nongnu.org/viewvc?root=lzip |
| Upstream-Dokumentation | https://www.nongnu.org/lzip |
| Lizenz | GPL-2.0-or-later |
| Quellarchiv | https://download.savannah.nongnu.org/releases/lzip/lzip-1.26.tar.gz |
| Zuletzt aktualisiert | 2026-06-29T19:24:11-04:00 |
| Pulse | updated |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sequoia, sonoma, tahoe, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | lzip |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
lzip 1.25-3
lossless data compressor based on the LZMA algorithm
http://www.nongnu.org/lzip/lzip.html
sudo apt install lziplzip
nix profile install nixpkgs#lziplzip 1.24.1-1build1
lossless data compressor based on the LZMA algorithm
http://www.nongnu.org/lzip/lzip.html
sudo apt install lziplzip 1.26-r0
Lzip is a lossless data compressor
sudo apk add lziplzip-doc 1.26-r0
Lzip is a lossless data compressor (documentation)
sudo apk add lzip-doclzip 1.26-1.fc45
LZMA compressor with integrity checking
http://www.nongnu.org/lzip/lzip.html
sudo dnf install lziplzip 1.26-1
A lossless file compressor based on the LZMA algorithm
https://www.nongnu.org/lzip/lzip.html
sudo pacman -S lziplzip 1.26-1.2
Lossless Data Compressor based on the LZMA Algorithm
https://www.nongnu.org/lzip/lzip.html
sudo zypper install lziplzip
sudo port install lzipmain/lzip
scoop install main/lzipQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.