Automic VaultAutomic Vault

brew

lzip を Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, scoop でインストール

lzip のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install lzip

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install lzip

MacPorts ports tree · archivers/lzip/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add lzip

Alpine Linux edge package indexes · lzip · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install lzip

Debian stable package indexes · lzip · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install lzip

Fedora Rawhide package metadata · lzip · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#lzip

nixpkgs package indexes · pkgs/by-name/lz/lzip/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S lzip

Arch Linux sync databases · lzip · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install lzip

openSUSE Tumbleweed package metadata · lzip · ソース: download.opensuse.org

Windows

Scoop確認済み · 92%
scoop install main/lzip

Scoop official bucket manifest trees · bucket/lzip.json · ソース: api.github.com

概要

パッケージ概要

LZMA-based compression program similar to gzip or bzip2

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 2008: lzip 0.1 appears in the Savannah old-release index.
  • 2008: lzip 1.0 is released.
  • 2010s: lzip family tools such as lzlib, plzip, lunzip, pdlzip, clzip, and lziprecover appear in Savannah release areas.
  • 2026: lzip 1.26 is documented by the official manual and release index.

Related projects

  • lziprecover repairs and extracts data from damaged lzip files.
  • plzip is the parallel compressor for large files.
  • tarlz builds tar archives that preserve alignment between tar members and lzip members.
  • lzlib exposes the lzip format through a library API.

セキュリティ状態

リスクレベル: blue

broad file, network, media, or database tool signal.

リスク分類器

リスク blue · 信頼度 中 · tool

理由

  • broad file, network, media, or database tool signal

信号

  • text:compress

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 8 個のプラットフォームターゲットで利用できます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
lzipcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版1.26
マネージャ更新日2026-06-29
ローカルデータOK
上流not checked
検出された最新未検出

https://www.nongnu.org/lzip/

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:lzip
バージョン1.26
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/lzip
ホームページhttps://www.nongnu.org/lzip/
リポジトリhttp://cvs.savannah.nongnu.org/viewvc?root=lzip
上流ドキュメントhttps://www.nongnu.org/lzip
ライセンスGPL-2.0-or-later
ソースアーカイブhttps://download.savannah.nongnu.org/releases/lzip/lzip-1.26.tar.gz
最終更新2026-06-29T19:24:11-04:00
Pulseupdated
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sequoia, sonoma, tahoe, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namelzip
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

lzip 1.25-3

lossless data compressor based on the LZMA algorithm

http://www.nongnu.org/lzip/lzip.html

sudo apt install lzip
  • Section: utils
  • Architecture: amd64
  • 3 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Lzip
Debian stable package indexes · deb.debian.org · Debian stable package indexes: lzip from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

lzip

nix profile install nixpkgs#lzip
  • normalized package name match
  • 一致条件: Lzip
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/lz/lzip/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

lzip 1.24.1-1build1

lossless data compressor based on the LZMA algorithm

http://www.nongnu.org/lzip/lzip.html

sudo apt install lzip
  • Section: utils
  • Architecture: amd64
  • 3 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Lzip
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: lzip from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk95%

lzip 1.26-r0

Lzip is a lossless data compressor

https://www.nongnu.org/lzip/

sudo apk add lzip
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: lzip
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Lzip
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: lzip from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

lzip-doc 1.26-r0

Lzip is a lossless data compressor (documentation)

https://www.nongnu.org/lzip/

sudo apk add lzip-doc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: lzip
  • normalized package name match
  • 一致条件: Lzip
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: lzip-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

lzip 1.26-1.fc45

LZMA compressor with integrity checking

http://www.nongnu.org/lzip/lzip.html

sudo dnf install lzip
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: lzip
  • 4 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Lzip
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: lzip from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

lzip 1.26-1

A lossless file compressor based on the LZMA algorithm

https://www.nongnu.org/lzip/lzip.html

sudo pacman -S lzip
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • 3 依存関係
  • normalized package name match
  • 一致条件: Lzip
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: lzip from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

lzip 1.26-1.2

Lossless Data Compressor based on the LZMA Algorithm

https://www.nongnu.org/lzip/lzip.html

sudo zypper install lzip
  • License: GPL-2.0-or-later
  • Category: Productivity/Archiving/Compression
  • Architecture: x86_64
  • Source Package: lzip
  • 4 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Lzip
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: lzip from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

lzip

sudo port install lzip
  • normalized package name match
  • 一致条件: Lzip
MacPorts ports tree · api.github.com · MacPorts ports tree: archivers/lzip/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/lzip

scoop install main/lzip
  • normalized package name match
  • 一致条件: Lzip
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/lzip.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment