# 使用 Homebrew, apt, MacPorts, Nix, zypper, dnf, pacman 安装 lcdf-typetools

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

## 安装

```sh
sudo av install brew:lcdf-typetools
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install lcdf-typetools
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install lcdf-typetools
```

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

### Linux

- Debian apt (92%):

```sh
sudo apt install lcdf-typetools
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#lcdf-typetools
```

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

- zypper (92%):

```sh
sudo zypper install lcdf-typetools
```

  证据: openSUSE Tumbleweed package metadata: lcdf-typetools from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

- dnf (92%):

```sh
sudo dnf install texlive-lcdftypetools
```

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

- pacman (92%):

```sh
sudo pacman -S texlive-bin
```

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

## 软件包事实

- **软件包键:** brew:lcdf-typetools
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/lcdf-typetools>
- **版本:** 2.110
- **来源摘要:** Manipulate OpenType and multiple-master fonts
- **主页:** <https://www.lcdf.org/type/>
- **仓库:** <https://github.com/kohler/lcdf-typetools>
- **上游文档:** <https://www.lcdf.org/type>
- **许可证:** GPL-2.0-or-later
- **源码归档:** <https://www.lcdf.org/type/lcdf-typetools-2.110.tar.gz>
- **已生成:** 2026-07-10T07:20:53+00:00

## 可执行文件

- cfftot1 (cli)
- mmafm (cli)
- mmpfb (cli)
- otfinfo (cli)
- otftotfm (cli)
- t1dotlessj (cli)
- t1lint (cli)
- t1rawafm (cli)
- t1reencode (cli)
- t1testpage (cli)
- ttftotype42 (cli)
- cfftot1 (别名)
- mmafm (别名)
- mmpfb (别名)
- otfinfo (别名)
- otftotfm (别名)
- t1dotlessj (别名)
- t1lint (别名)
- t1rawafm (别名)
- t1reencode (别名)
- t1testpage (别名)
- ttftotype42 (别名)

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, monterey, sonoma, ventura, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-07-10
- 管理器版本: 2.110
- 本地数据: OK
- 上游仓库: https://www.lcdf.org/type/
- 信息: No package-manager update timestamp was available.
- 信息: Release/tag comparison is only available for GitHub repositories.
## 项目历史与用法

LCDF Typetools is Eddie Kohler's collection of command-line utilities for inspecting and converting PostScript Type 1, Type 1 Multiple Master, OpenType, and TrueType fonts. Its best-known tools include `cfftot1`, `otfinfo`, and `otftotfm`.

### 项目历史

The LCDF Typetools changelog records version 0.1 on 2003-06-02 as the initial release. The package quickly centered on practical OpenType-to-TeX and CFF-to-Type 1 workflows: early 0.x releases fixed CFF parsing, added contextual substitutions, and made `otftotfm` place generated files into a TeX Directory Structure hierarchy.

The older `mminstance` tools, `mmafm` and `mmpfb`, were folded into LCDF Typetools in version 1.50 on 2003-08-20. Later releases continued to track real-world font formats and toolchain behavior, including fixes for problematic fonts, TeX map handling, C++ build changes, and `otfinfo --var` support for variable fonts in version 2.110 on 2023-08-30.

### 采用历史

LCDF Typetools became part of TeX and Unix font-packaging practice because it solved a concrete packaging problem: making OpenType and CFF fonts usable with TeX, PostScript, and older Type 1 oriented tools. CTAN describes the bundle as utilities for CFF conversion, multiple-master instances, OpenType inspection, TeX font metric generation, Type 1 linting, reencoding, and proof output.

Package-manager adoption spans Homebrew, Debian, Ubuntu, Fedora or TeX Live packaging, MacPorts, Nix, Arch, and openSUSE-style ecosystems, which reflects the package's role as small infrastructure for font and TeX maintainers rather than an end-user desktop application.

### 使用方式

Typical usage is batch-oriented: inspect a font with `otfinfo`, convert a CFF or OpenType CFF font with `cfftot1`, generate TeX font metrics and encodings with `otftotfm`, lint Type 1 fonts with `t1lint`, or build instances from Type 1 Multiple Master fonts with `mmafm` and `mmpfb`.

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

LCDF Typetools matters to package nerds because it sits at the awkward boundary between font formats, TeX packaging, PostScript compatibility, and Unix command-line reproducibility. It is the kind of small, sharp toolchain component that makes font packages buildable without bundling opaque GUI font software.

Its changelog also documents the maintenance reality of font tooling: a steady stream of fixes for specific fonts, encodings, TeX integration, compiler behavior, and format edge cases over two decades.

### 时间线

- 2003-06-02: Version 0.1 initial release.
- 2003-06-23: Version 0.8 renamed `otftopl` to `otftotfm` and made TeX Directory Structure integration central to automatic mode.
- 2003-08-20: `mminstance` version 1.50 began shipping `mmafm` and `mmpfb` as part of LCDF Typetools.
- 2014-01-08: Version 2.100 included C++11 and compiler-related build updates.
- 2023-08-30: Version 2.110 added `otfinfo --var` support for variable fonts.

### Related projects

- Related projects and standards include TeX Live, CTAN, kpathsea, Adobe Type 1 and Compact Font Format, OpenType, TrueType, Ghostscript, and TeX font metric tooling.

### 来源

- <https://ctan.org/pkg/lcdf-typetools?lang=en>
- <https://github.com/kohler/lcdf-typetools>
- <https://raw.githubusercontent.com/kohler/lcdf-typetools/master/NEWS.md>
- <https://raw.githubusercontent.com/kohler/lcdf-typetools/master/ONEWS>
- <https://www.lcdf.org/type/>


## 安全说明

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


## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** lcdf-typetools
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Conflicts With:** texlive
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

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

- Debian apt - lcdf-typetools - 2.110-1: normalized package name match | Debian stable package indexes: lcdf-typetools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | tools for OpenType, multiple-master, and Type 1 fonts | https://www.lcdf.org/type/
- Nix - lcdf-typetools: normalized package name match | nixpkgs package indexes: pkgs/by-name/lc/lcdf-typetools/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - lcdf-typetools - 2.110-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: lcdf-typetools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | tools for OpenType, multiple-master, and Type 1 fonts | https://www.lcdf.org/type/
- dnf - texlive-lcdftypetools - svn70015-112.fc45: normalized package name match | Fedora Rawhide package metadata: texlive-lcdftypetools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | A bundle of outline font manipulation tools | http://tug.org/texlive/
- pacman - texlive-bin - 2026.0-2: normalized package name match | Arch Linux sync databases: texlive-bin from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | TeX Live binaries | https://tug.org/texlive/
- zypper - lcdf-typetools - 2.110-1.8: normalized package name match | openSUSE Tumbleweed package metadata: lcdf-typetools from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Programs to manipulate OpenType and multiple-master fonts | https://www.lcdf.org/type/
- MacPorts - lcdf-typetools: normalized package name match | MacPorts ports tree: print/lcdf-typetools/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 相关链接

- [Networking and protocol packages](https://www.automicvault.com/zh-hans/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://www.automicvault.com/zh-hans/pkg/brew-utility-packages/) - Matched curated package taxonomy and local package facts.
- [fnt](https://www.automicvault.com/zh-hans/pkg/brew/fnt/) - Popular package that depends on this formula.
- [t1utils](https://www.automicvault.com/zh-hans/pkg/brew/t1utils/) - Shares the same upstream homepage.
- [harfbuzz](https://www.automicvault.com/zh-hans/pkg/brew/harfbuzz/) - Local package facts share a topical domain. Shared terms: fonts, opentype.

## Combined YAML source

View the package source record on GitHub. [combined/lcdf-typetools.yml](https://github.com/automic-vault/db/blob/main/combined/lcdf-typetools.yml)


## 来源

- Nucleus package database
- package-page enrichment
- curated package history
- package version freshness
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
