# 使用 Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper 安装 lzop

查看 lzop 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:lzop
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install lzop
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install lzop
```

  证据: MacPorts ports tree: sysutils/lzop/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add lzop
```

  证据: Alpine Linux edge package indexes: lzop from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install lzop
```

  证据: Debian stable package indexes: lzop from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install lzop
```

  证据: Fedora Rawhide package metadata: lzop from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#lzop
```

  证据: nixpkgs package indexes: pkgs/by-name/lz/lzop/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S lzop
```

  证据: Arch Linux sync databases: lzop from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install lzop
```

  证据: openSUSE Tumbleweed package metadata: lzop from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## 软件包事实

- **软件包键:** brew:lzop
- **软件包管理器:** Homebrew
- **版本:** 1.04
- **来源摘要:** File compressor
- **主页:** <https://www.lzop.org/>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- lzop (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1.04
## 项目历史与用法

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.

### 时间线

- 1996: Markus F.X.J. Oberhumer starts writing lzop.
- 1997: lzop 0.90 is the first public release.
- 1998: lzop 1.00 is released.
- 2003: lzop 1.01 refreshes the build system and large-file support.
- 2017: lzop 1.04 is released as the 20th anniversary release.

### Related projects

- LZO is the underlying compression library used by lzop.
- gzip shaped lzop's command-line behavior.
- LZ4 later occupied a similar high-speed compression niche in many package sets.

### 来源

- <https://www.lzop.org/>
- <https://www.lzop.org/download/>
- <https://www.lzop.org/lzop_man.php>
- <https://www.lzop.org/lzop_news.php>
- source_facts.package-manager


## 安全说明

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

- **Geiger 风险:** blue / 中
- broad file, network, media, or database tool signal

## 其他软件包管理器记录

- Debian apt - lzop - 1.04-2: normalized package name match | Debian stable package indexes: lzop from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | fast compression program | https://www.lzop.org/
- Nix - lzop: normalized package name match | nixpkgs package indexes: pkgs/by-name/lz/lzop/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - lzop - 1.04-2build3: normalized package name match | Ubuntu 24.04 LTS package indexes: lzop from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | fast compression program | https://www.lzop.org/
- apk - lzop - 1.04-r1: normalized package name match | Alpine Linux edge package indexes: lzop from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | lzop is a very fast file compressor | https://www.lzop.org/
- apk - lzop-doc - 1.04-r1: normalized package name match | Alpine Linux edge package indexes: lzop-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | lzop is a very fast file compressor (documentation) | https://www.lzop.org/
- dnf - lzop - 1.04-19.fc45: normalized package name match | Fedora Rawhide package metadata: lzop from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Real-time file compressor | https://www.lzop.org/
- pacman - lzop - 1.04-4: normalized package name match | Arch Linux sync databases: lzop from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | File compressor using lzo lib | https://www.lzop.org/
- zypper - lzop - 1.04-4.25: normalized package name match | openSUSE Tumbleweed package metadata: lzop from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Dictionary-based LZ-type compressor favoring speed | https://www.lzop.org
- MacPorts - lzop: normalized package name match | MacPorts ports tree: sysutils/lzop/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/lzop.yml](https://github.com/mxcl/pkgdb/blob/main/combined/lzop.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
