Automic VaultAutomic Vault

brew

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

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install expat

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install expat

MacPorts ports tree · textproc/expat/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add expat

Alpine Linux edge package indexes · expat · 来源: dl-cdn.alpinelinux.org

Debian apt已验证 · 92%
sudo apt install expat

Debian stable package indexes · expat · 来源: deb.debian.org

Fedora dnf已验证 · 92%
sudo dnf install expat

Fedora Rawhide package metadata · expat · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#expat

nixpkgs package indexes · pkgs/by-name/ex/expat/package.nix · 来源: api.github.com

Arch Linux pacman已验证 · 92%
sudo pacman -S expat

Arch Linux sync databases · expat · 来源: geo.mirror.pkgbuild.com

openSUSE zypper已验证 · 92%
sudo zypper install expat

openSUSE Tumbleweed package metadata · expat · 来源: download.opensuse.org

概览

软件包摘要

XML 1.0 parser

命令和别名

  • xmlwf

历史

项目历史与用法

Expat is a fast streaming XML parser library written in C, with xmlwf as its command-line well-formedness checker. It is package-manager-famous because XML parsing became infrastructure, and Expat is small, MIT-licensed, embeddable, and widely shipped.

项目历史

The official repository describes Expat as a C99 library for parsing XML 1.0, started by James Clark in 1997. Its model is event-oriented: users register handlers before parsing, and those handlers are called as document structures are discovered.

The project site frames Expat around streaming rather than building a full in-memory document tree. That makes it useful for files too large to fit in memory, and for applications where parser performance and flexible callbacks are more important than a high-level DOM interface.

采用历史

The Expat homepage states that numerous applications, libraries, and hardware use Expat, that bindings and third-party wrappers exist, and that Expat is packaged everywhere. That breadth is the key adoption story: many users never invoke xmlwf directly, but they depend on Expat through another program or language runtime.

The repository README documents common build-system integration, including CMake find_package usage. That is a sign of mature library adoption: Expat is not just an executable in package managers, but a dependency with headers, link targets, and ABI expectations.

使用方式

Developers use libexpat when they want a C XML parser that calls application-defined handlers for starts, ends, character data, and related XML structures. The included xmlwf executable is used to check whether XML input is well formed.

Because XML parsers sit at input boundaries, Expat's package history is often security-driven. The official GitHub issue tracker includes release coordination that references downstream updates in CPython, Gentoo, Spack, Homebrew, NixOS, MSYS2, and other packaging ecosystems when CVE fixes land.

为什么软件包爱好者会关心

Expat is a dependency-package archetype: boring when healthy, urgent when vulnerable. It is small enough to be embedded or vendored, but important enough that a security update can ripple through Python, Linux distributions, language package sets, and embedded builds.

The package also demonstrates the difference between library identity and command identity. Homebrew exposes xmlwf as the executable, while the real package value is libexpat and its headers.

时间线

  • 1997: James Clark started Expat.
  • 2.4.x: Security releases triggered broad downstream package updates.
  • 2025: Expat 2.7.2 release coordination referenced Homebrew, CPython, NixOS, MSYS2, Spack, Gentoo, and other downstreams.
  • 2026: Expat 2.8.x release coordination continued around security fixes and downstream updates.

Related projects

  • CPython is a major downstream because Python includes pyexpat bindings and coordinates bundled Expat updates.
  • CMake's FindEXPAT module is an important integration path for C and C++ projects.
  • Other XML parsers are related by role, but Expat's official documentation emphasizes its streaming C API.

安全态势

尚未找到受保护工具覆盖

没有找到 expat 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
xmlwfcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-10
管理器版本2.8.2
管理器更新时间2026-06-25
本地数据OK
上游not checked
检测到的最新版本未检测到

https://github.com/libexpat/libexpat

安装元数据

软件包元数据

软件包键brew:expat
版本2.8.2
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/expat
主页https://libexpat.github.io/
仓库https://github.com/libexpat/libexpat
上游文档https://libexpat.github.io/doc
许可证MIT
源码归档https://github.com/libexpat/libexpat/releases/download/R_2_8_2/expat-2.8.2.tar.xz
最后更新2026-06-25T21:42:09Z
Pulseupdated
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

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

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

expat 2.7.1-2

XML parsing C library - example application

https://libexpat.github.io/

sudo apt install expat
  • Section: text
  • Architecture: amd64
  • 2 依赖
  • normalized package name match
  • 匹配方式:Expat
Debian stable package indexes · deb.debian.org · Debian stable package indexes: expat from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libexpat1 2.7.1-2

XML parsing C library - runtime library

https://libexpat.github.io/

sudo apt install libexpat1
  • Section: libs
  • Architecture: amd64
  • Source Package: expat
  • normalized package name match
  • 匹配方式:Expat
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libexpat1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libexpat1-dev 2.7.1-2

XML parsing C library - development kit

https://libexpat.github.io/

sudo apt install libexpat1-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: expat
  • 3 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Expat
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libexpat1-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

expat

nix profile install nixpkgs#expat
  • normalized package name match
  • 匹配方式:Expat
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ex/expat/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

expat 2.6.1-2build1

XML parsing C library - example application

https://libexpat.github.io/

sudo apt install expat
  • Section: universe/text
  • Architecture: amd64
  • 2 依赖
  • normalized package name match
  • 匹配方式:Expat
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: expat from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libexpat1 2.6.1-2build1

XML parsing C library - runtime library

https://libexpat.github.io/

sudo apt install libexpat1
  • Section: libs
  • Architecture: amd64
  • Source Package: expat
  • 1 依赖
  • normalized package name match
  • 匹配方式:Expat
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libexpat1 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libexpat1-dev 2.6.1-2build1

XML parsing C library - development kit

https://libexpat.github.io/

sudo apt install libexpat1-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: expat
  • 3 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Expat
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libexpat1-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk95%

expat 2.8.1-r0

XML Parser library written in C

https://libexpat.github.io/

sudo apk add expat
  • License: MIT
  • Architecture: x86_64
  • Source Package: expat
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Expat
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: expat from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

expat-dev 2.8.1-r0

XML Parser library written in C (development files)

https://libexpat.github.io/

sudo apk add expat-dev
  • License: MIT
  • Architecture: x86_64
  • Source Package: expat
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Expat
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: expat-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

expat-doc 2.8.1-r0

XML Parser library written in C (documentation)

https://libexpat.github.io/

sudo apk add expat-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: expat
  • normalized package name match
  • 匹配方式:Expat
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: expat-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

expat-static 2.8.1-r0

XML Parser library written in C (static library)

https://libexpat.github.io/

sudo apk add expat-static
  • License: MIT
  • Architecture: x86_64
  • Source Package: expat
  • 1 依赖
  • normalized package name match
  • 匹配方式:Expat
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: expat-static from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

libexpat 2.8.1-r0

XML Parser library written in C (libraries)

https://libexpat.github.io/

sudo apk add libexpat
  • License: MIT
  • Architecture: x86_64
  • Source Package: expat
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Expat
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libexpat from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

expat 2.8.1-1.fc45

An XML parser library

https://libexpat.github.io/

sudo dnf install expat
  • License: MIT
  • Category: Unspecified
  • Architecture: i686
  • Source Package: expat
  • 3 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Expat
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: expat from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

expat-devel 2.8.1-1.fc45

Libraries and header files to develop applications using expat

https://libexpat.github.io/

sudo dnf install expat-devel
  • License: MIT
  • Category: Unspecified
  • Architecture: i686
  • Source Package: expat
  • 3 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Expat
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: expat-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

expat-static 2.8.1-1.fc45

expat XML parser static library

https://libexpat.github.io/

sudo dnf install expat-static
  • License: MIT
  • Category: Unspecified
  • Architecture: i686
  • Source Package: expat
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Expat
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: expat-static from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

expat 2.8.1-1

An XML parser library

https://libexpat.github.io/

sudo pacman -S expat
  • License: MIT
  • Architecture: x86_64
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Expat
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: expat from https://geo.mirror.pkgbuild.com/core/os/x86_64/core.db.tar.gz

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • 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