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

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

## 安装

```sh
sudo av install brew:libmwaw
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install libmwaw
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install libmwaw
```

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

### Linux

- apk (92%):

```sh
sudo apk add libmwaw
```

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

- dnf (92%):

```sh
sudo dnf install libmwaw
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#libmwaw
```

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

- pacman (92%):

```sh
sudo pacman -S libmwaw
```

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

- Debian apt (92%):

```sh
sudo apt install libmwaw-0.3-3
```

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

- zypper (92%):

```sh
sudo zypper install libmwaw-0_3-3
```

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

## 软件包事实

- **软件包键:** brew:libmwaw
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/libmwaw>
- **版本:** 0.3.23
- **来源摘要:** Library for converting legacy Mac document formats
- **主页:** <https://sourceforge.net/p/libmwaw/wiki/Home/>
- **上游文档:** <https://sourceforge.net/p/libmwaw/wiki/Home/>
- **许可证:** LGPL-2.1-or-later OR MPL-2.0
- **源码归档:** <https://downloads.sourceforge.net/project/libmwaw/libmwaw/libmwaw-0.3.23/libmwaw-0.3.23.tar.xz>
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- mwaw2csv (cli)
- mwaw2html (cli)
- mwaw2raw (cli)
- mwaw2svg (cli)
- mwaw2text (cli)
- mwawFile (cli)
- mwawZip (cli)
- mwaw2csv (别名)
- mwaw2html (别名)
- mwaw2raw (别名)
- mwaw2svg (别名)
- mwaw2text (别名)
- mwawFile (别名)
- mwawZip (别名)

## 依赖

- librevenge

## 构建依赖

- pkgconf

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 0.3.23
- 本地数据: OK
- 上游仓库: https://sourceforge.net/p/libmwaw/wiki/Home/
- 信息: No package-manager update timestamp was available.
- 信息: Release/tag comparison is only available for GitHub repositories.
## 项目历史与用法

libmwaw is a Document Liberation Project library for converting many pre-OSX Mac document formats, including old word-processing, graphics, spreadsheet, and presentation formats.

### 项目历史

The SourceForge wiki describes libmwaw as a project for converting many pre-OSX Mac text formats plus some graphics and spreadsheet formats. Its supported-format table covers applications such as MacWrite, ClarisWorks/AppleWorks, Microsoft Word for Mac, Nisus Writer, WriteNow, RagTime, and others.

The project fits into the Document Liberation Project's broader strategy of extracting proprietary and obsolete document parsers into standalone libraries. The Document Foundation's 2015 DLP retrospective says Laurent Alonso added support for more than twenty legacy Mac formats to libmwaw.

### 采用历史

libmwaw's adoption is concentrated in office-suite and conversion workflows that need to recover files from classic Mac applications. The wiki documents batch-conversion utilities for macOS and an online conversion experiment that emits OpenDocument-family output for LibreOffice and related tools.

In 2017, The Document Foundation reported new libmwaw work for PowerPoint 2, PowerPoint 4, and PowerPoint for Windows 95 import filters, showing that the library expanded beyond its initial Mac-writing focus into adjacent legacy presentation formats.

### 使用方式

Packaged builds expose tools such as mwaw2html, mwaw2raw, mwaw2svg, mwaw2text, mwaw2csv, mwawFile, and mwawZip. The practical workflow is forensic: identify a legacy file, parse whatever structure is recoverable, and export text, graphics, or OpenDocument-compatible content.

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

libmwaw is significant because it preserves the ability to read forgotten personal-computing formats without requiring the original classic Mac applications. For packagers, it is one of the more charming DLP libraries: narrow, strange, and invaluable when a user turns up with a decades-old document.

### 时间线

- 2014-04: The Document Liberation Project is born within The Document Foundation framework.
- 2015-04-09: The Document Foundation reports more than twenty legacy Mac formats added to libmwaw.
- 2017-08-28: The Document Foundation reports libmwaw import-filter work for old PowerPoint formats.
- 2018-06-13: The libmwaw wiki notes an update to its browser-based conversion experiment.
- 2020s: libmwaw remains packaged across Unix package managers as a legacy-document conversion library.

### Related projects

- libmwaw is part of the same Document Liberation ecosystem as libmspub, libwps, libvisio, libpagemaker, libqxp, and libfreehand. The wiki also points to librevenge as the common framework used by these document-conversion libraries.

### 来源

- <https://blog.documentfoundation.org/blog/2017/08/28/updates-document-liberation-project/>
- <https://formulae.brew.sh/formula/libmwaw>
- <https://lwn.net/Articles/640198/>
- <https://sourceforge.net/p/libmwaw/libmwaw/ci/master/tree>
- <https://sourceforge.net/p/libmwaw/wiki/Home/>
- <https://sourceforge.net/projects/libmwaw/>
- <https://www.documentliberation.org/about/>


## 安全说明

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


## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** libmwaw
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

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

- Debian apt - libmwaw-0.3-3 - 0.3.22-1+b2: normalized package name match | Debian stable package indexes: libmwaw-0.3-3 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | import library for some old Mac text documents | http://sourceforge.net/projects/libmwaw
- Debian apt - libmwaw-dev - 0.3.22-1+b2: normalized package name match | Debian stable package indexes: libmwaw-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | import library for some old Mac text documents -- development | http://sourceforge.net/projects/libmwaw
- Debian apt - libmwaw-doc - 0.3.22-1: normalized package name match | Debian stable package indexes: libmwaw-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | import library for some old Mac text documents -- documentation | http://sourceforge.net/projects/libmwaw
- Debian apt - libmwaw-tools - 0.3.22-1+b2: normalized package name match | Debian stable package indexes: libmwaw-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | import library for some old Mac text documents -- tools | http://sourceforge.net/projects/libmwaw
- Nix - libmwaw: normalized package name match | nixpkgs package indexes: pkgs/by-name/li/libmwaw/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libmwaw-0.3-3 - 0.3.22-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libmwaw-0.3-3 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | import library for some old Mac text documents | http://sourceforge.net/projects/libmwaw
- Ubuntu apt - libmwaw-dev - 0.3.22-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libmwaw-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | import library for some old Mac text documents -- development | http://sourceforge.net/projects/libmwaw
- Ubuntu apt - libmwaw-doc - 0.3.22-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libmwaw-doc from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | import library for some old Mac text documents -- documentation | http://sourceforge.net/projects/libmwaw
- Ubuntu apt - libmwaw-tools - 0.3.22-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libmwaw-tools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | import library for some old Mac text documents -- tools | http://sourceforge.net/projects/libmwaw
- apk - libmwaw - 0.3.22-r0: normalized package name match | Alpine Linux edge package indexes: libmwaw from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Import filter and tools for old Mac documents | https://sourceforge.net/projects/libmwaw/
- apk - libmwaw-dev - 0.3.22-r0: normalized package name match | Alpine Linux edge package indexes: libmwaw-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Import filter and tools for old Mac documents (development files) | https://sourceforge.net/projects/libmwaw/
- apk - libmwaw-doc - 0.3.22-r0: normalized package name match | Alpine Linux edge package indexes: libmwaw-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Import filter and tools for old Mac documents (documentation) | https://sourceforge.net/projects/libmwaw/
- apk - libmwaw-tools - 0.3.22-r0: normalized package name match | Alpine Linux edge package indexes: libmwaw-tools from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Import filter and tools for old Mac documents | https://sourceforge.net/projects/libmwaw/
- dnf - libmwaw - 0.3.22-9.fc45: normalized package name match | Fedora Rawhide package metadata: libmwaw from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | A library for import of many old Mac document formats | http://sourceforge.net/projects/libmwaw/
- dnf - libmwaw-devel - 0.3.22-9.fc45: normalized package name match | Fedora Rawhide package metadata: libmwaw-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Development files for libmwaw | http://sourceforge.net/projects/libmwaw/
- dnf - libmwaw-doc - 0.3.22-9.fc45: normalized package name match | Fedora Rawhide package metadata: libmwaw-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Documentation of libmwaw API | http://sourceforge.net/projects/libmwaw/


## 相关链接

- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/zh-hans/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://pkg.so/zh-hans/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Documentation packages](https://pkg.so/zh-hans/documentation-tools/) - Matched documentation, manual, or publishing metadata.
- [pkgconf](https://pkg.so/zh-hans/brew/pkgconf/) - Build dependency declared by Homebrew.
- [libmspub](https://pkg.so/zh-hans/brew/libmspub/) - Shares pkgdb curated category or tags: cli, document-conversion, file-format, library, productivity.
- [libwpd](https://pkg.so/zh-hans/brew/libwpd/) - Shares pkgdb curated category or tags: cli, document-conversion, library, productivity.
- [libcdr](https://pkg.so/zh-hans/brew/libcdr/) - Shares pkgdb curated category or tags: cli, document-conversion, file-format, library, productivity.
- [libwps](https://pkg.so/zh-hans/brew/libwps/) - Shares pkgdb curated category or tags: cli, file-format, library, productivity.
- [a2ps](https://pkg.so/zh-hans/brew/a2ps/) - Shares pkgdb curated category or tags: cli, document-conversion, productivity.
- [multimarkdown](https://pkg.so/zh-hans/brew/multimarkdown/) - Shares pkgdb curated category or tags: cli, document-conversion, productivity.
- [docx2txt](https://pkg.so/zh-hans/brew/docx2txt/) - Shares pkgdb curated category or tags: cli, document-conversion, productivity.
- [wv](https://pkg.so/zh-hans/brew/wv/) - Shares pkgdb curated category or tags: cli, document-conversion, productivity.
- [writerperfect](https://pkg.so/zh-hans/brew/writerperfect/) - Local package facts share a topical domain. Shared terms: cli, conversion, document, document-conversion, documents.

## Combined YAML source

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


## 来源

- pkg.so package database
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
