macOS
brew install lzoplocal Homebrew formula metadata
sudo port install lzopMacPorts ports tree · sysutils/lzop/Portfile · source: api.github.com
brew
File compressor. Version 1.04 via Homebrew; verified from local package data. Also installable with debian: sudo apt install lzop.
install
brew install lzoplocal Homebrew formula metadata
sudo port install lzopMacPorts ports tree · sysutils/lzop/Portfile · source: api.github.com
sudo apk add lzopAlpine Linux edge package indexes · lzop · source: dl-cdn.alpinelinux.org
sudo apt install lzopDebian stable package indexes · lzop · source: deb.debian.org
sudo dnf install lzopFedora Rawhide package metadata · lzop · source: dl.fedoraproject.org
nix profile install nixpkgs#lzopnixpkgs package indexes · pkgs/by-name/lz/lzop/package.nix · source: api.github.com
sudo pacman -S lzopArch Linux sync databases · lzop · source: geo.mirror.pkgbuild.com
sudo zypper install lzopopenSUSE Tumbleweed package metadata · lzop · source: download.opensuse.org
overview
File compressor
history
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.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
lzop | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:lzop |
|---|---|
| Version | 1.04 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/lzop |
| Homepage | https://www.lzop.org/ |
| Upstream docs | https://www.lzop.org/ |
| License | GPL-2.0-or-later |
| Source archive | https://www.lzop.org/download/lzop-1.04.tar.gz |
| Dependencies | lzo |
| Bottle | available (on 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 | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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 lzopsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.