macOS
brew install lzoplocal Homebrew formula metadata
sudo port install lzopMacPorts ports tree · sysutils/lzop/Portfile · ソース: api.github.com
brew
lzop のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install lzoplocal Homebrew formula metadata
sudo port install lzopMacPorts ports tree · sysutils/lzop/Portfile · ソース: api.github.com
sudo apk add lzopAlpine Linux edge package indexes · lzop · ソース: dl-cdn.alpinelinux.org
sudo dnf install lzopFedora Rawhide package metadata · lzop · ソース: dl.fedoraproject.org
nix profile install nixpkgs#lzopnixpkgs package indexes · pkgs/by-name/lz/lzop/package.nix · ソース: api.github.com
sudo pacman -S lzopArch Linux sync databases · lzop · ソース: geo.mirror.pkgbuild.com
sudo zypper install lzopopenSUSE Tumbleweed package metadata · lzop · ソース: download.opensuse.org
概要
File compressor
履歴
lzop is a fast file compressor by Markus F.X.J. Oberhumer that uses the LZO data compression library. The official site presents it as a gzip-like tool whose main advantage is much higher compression and decompression speed at the cost of compression ratio.
The official changelog says Oberhumer started writing lzop in September 1996 and made the first public release, version 0.90, on 10 August 1997. Version 1.00 followed in April 1998, and the project kept a deliberately gzip-like command-line model while using LZO for the speed-critical compression engine.
After the early releases, lzop matured slowly. Version 1.01 in 2003 refreshed the Autoconf build, added large-file support, and improved tar compatibility; 1.02rc1 in 2005 added LZO v2 support and platform fixes; 1.03 arrived in 2010; and 1.04 in 2017 was labeled the 20th anniversary release and added CMake build support.
lzop became popular in the era when backup speed and CPU use mattered more than maximum compression ratio. The official homepage explicitly points to backup workloads, noting that on modern systems lzop can be I/O-bound rather than CPU-bound.
The official homepage lists packages for AIX, Arch Linux, Debian, DragonFly BSD, Fedora, FreeBSD, Gentoo, Homebrew, HP-UX, and MacPorts, and the input package facts add Alpine, Ubuntu, Nix, pacman, and openSUSE-style package names. That breadth reflects lzop's old-school portability and its usefulness in scripts.
The lzop command compresses files to .lzo, decompresses with -d, lists archive contents, writes to stdout, preserves metadata, and can use .tzo as shorthand for .tar.lzo. Its manual emphasizes that it keeps original files unchanged by default unless asked otherwise.
Users choose lzop for fast local backups, archival staging, and workflows where gzip compatibility of habits matters more than exact gzip format compatibility.
lzop is historically important because it was the standard Unix CLI face of LZO for many years. Before LZ4 and zstd became common, lzop was one of the obvious package-manager answers to 'I need compression, but gzip is too slow.'
It is also a reminder that package longevity often comes from predictable behavior: a small GPL tool, a stable file suffix, portable C, and enough gzip-like semantics to drop into scripts.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
lzop | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:lzop |
|---|---|
| バージョン | 1.04 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/lzop |
| ホームページ | https://www.lzop.org/ |
| 上流ドキュメント | https://www.lzop.org/ |
| ライセンス | GPL-2.0-or-later |
| ソースアーカイブ | https://www.lzop.org/download/lzop-1.04.tar.gz |
| 依存関係 | lzo |
| Bottle | 利用可能 (対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | lzop |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
lzop 1.04-2
fast compression program
sudo apt install lzoplzop
nix profile install nixpkgs#lzoplzop 1.04-2build3
fast compression program
sudo apt install lzoplzop 1.04-r1
lzop is a very fast file compressor
sudo apk add lzoplzop-doc 1.04-r1
lzop is a very fast file compressor (documentation)
sudo apk add lzop-doclzop 1.04-18.fc44
Real-time file compressor
sudo dnf install lzoplzop 1.04-4
File compressor using lzo lib
sudo pacman -S lzoplzop 1.04-4.23
Dictionary-based LZ-type compressor favoring speed
sudo zypper install lzoplzop
sudo port install lzopソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.