# latex2html を Homebrew, apt, dnf, MacPorts, Nix, pacman, zypper でインストール

latex2html のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:latex2html
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install latex2html
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install latex2html
```

  証拠: MacPorts ports tree: print/latex2html/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install latex2html
```

  証拠: Debian stable package indexes: latex2html from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install latex2html
```

  証拠: Fedora Rawhide package metadata: latex2html 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#latex2html
```

  証拠: nixpkgs package indexes: pkgs/by-name/la/latex2html/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S latex2html
```

  証拠: Arch Linux sync databases: latex2html from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install latex2html
```

  証拠: openSUSE Tumbleweed package metadata: latex2html from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## パッケージ情報

- **パッケージキー:** brew:latex2html
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/latex2html>
- **バージョン:** 2026
- **ソース概要:** LaTeX-to-HTML translator
- **ホームページ:** <https://www.latex2html.org>
- **リポジトリ:** <https://github.com/latex2html/latex2html>
- **上流ドキュメント:** <https://www.latex2html.org>
- **ライセンス:** GPL-2.0-or-later
- **ソースアーカイブ:** <https://github.com/latex2html/latex2html/archive/refs/tags/v2026.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- latex2html (cli)
- pstoimg (cli)
- texexpand (cli)
- latex2html (エイリアス)
- pstoimg (エイリアス)
- texexpand (エイリアス)

## 依存関係

- ghostscript
- netpbm

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 2026
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/latex2html/latex2html
- 情報: No package-manager update timestamp was available.
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

LaTeX2HTML is a long-running LaTeX-to-HTML translator that turns LaTeX documents into linked web pages. It preserves document structure, navigation panels, cross-references, citations, footnotes, tables of contents, and many LaTeX constructs while converting heavily formatted content such as equations and figures to images when needed.

### プロジェクトの歴史

The project originated with Nikos Drakos at the Computer Based Learning Unit, University of Leeds; the README names Drakos as the original author, and historical generated pages carry 1993 copyright notices. Ross Moore at Macquarie University later became a principal author listed in the README, with Marek Rouchal and Jens Lippmann listed as former authors.

LaTeX2HTML grew alongside the early web as an answer to a concrete publishing problem: authors already had structured LaTeX documents, while the web needed navigable HTML. Its feature set reflects that era, including generated navigation panels, hypertext cross-references, image conversion for equations, and support for raw HTML embedded in LaTeX.

The GitHub repository was created on 2016-06-27, providing a modern source-control home for a tool whose change log still records annual maintenance releases through the 2020s.

### 採用の歴史

LaTeX2HTML became a recognizable part of TeX and Unix publishing culture because many academic and technical sites used it to publish manuals, course notes, standards drafts, and software documentation as static HTML. The official site documents availability through Fedora, Debian, Ubuntu, Homebrew, and MacPorts.

Its adoption declined as PDF-first publishing, MathJax, Sphinx, Pandoc, and static-site generators became common, but it remains packaged because old document trees and automated build systems still depend on its particular HTML output model.

### 使われ方

Users run `latex2html` on a LaTeX source file to generate a directory of linked HTML pages. Companion tools such as `pstoimg` and `texexpand` support image generation and source expansion, and the README points to `perldoc latex2html`, `latex2html -help`, and the docs directory for detailed usage.

### パッケージ好きにとっての重要性

LaTeX2HTML is package-nerd significant because it captures the first wave of TeX-to-web conversion in a still-packaged command-line tool. It is also a dependency fossil: even if a new project would choose a newer converter, old documentation builds may require LaTeX2HTML's exact behavior.

For package maintainers, it is the kind of utility that forces careful dependency handling around Perl, TeX, Ghostscript, Netpbm, Poppler, dvips, and dvipng.

### タイムライン

- 1993: Historical copyright notices identify Nikos Drakos as author of early LaTeX2HTML releases.
- 1997-1999: Ross Moore copyright notices appear in generated LaTeX2HTML pages and the README lists him as a later principal author.
- 1999: The README records a TeX User Group mailing-list archive beginning in 1999.
- 2016-06-27: GitHub repository created.
- 2024-2026: Change log records maintenance releases for modern TeX and conversion issues.

### Related projects

- Related projects and tools include TeX Live, Ghostscript, Netpbm, Poppler, dvips, dvipng, Pandoc, HeVeA, TtH, Sphinx, and MathJax-era HTML math publishing.

### ソース

- <https://api.github.com/repos/latex2html/latex2html>
- <https://raw.githubusercontent.com/latex2html/latex2html/master/Changes>
- <https://raw.githubusercontent.com/latex2html/latex2html/master/README.md>
- <https://www.latex2html.org/>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: $L2HCONFIG, ~/.latex2html-init, ./.latex2html-init
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** latex2html
- **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 - latex2html - 2025+debian1-3: normalized package name match | Debian stable package indexes: latex2html from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | LaTeX to HTML translator | https://www.latex2html.org/
- Nix - latex2html: normalized package name match | nixpkgs package indexes: pkgs/by-name/la/latex2html/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - latex2html - 2024-debian1-2: normalized package name match | Ubuntu 24.04 LTS package indexes: latex2html from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | LaTeX to HTML translator | https://www.latex2html.org/
- dnf - latex2html - 2026-2.fc45: normalized package name match | Fedora Rawhide package metadata: latex2html from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Converts LaTeX documents to HTML | https://github.com/latex2html/latex2html/releases
- pacman - latex2html - 2026-1: normalized package name match | Arch Linux sync databases: latex2html from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | a convertor written in Perl that converts LaTeX documents to HTML | https://www.ctan.org/pkg/latex2html
- zypper - latex2html - 2026-1.2: normalized package name match | openSUSE Tumbleweed package metadata: latex2html from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | LaTeX to HTML Converter | https://github.com/latex2html/latex2html/
- zypper - latex2html-doc - 2026-1.2: normalized package name match | openSUSE Tumbleweed package metadata: latex2html-doc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Documentation for the Latex2HTML Converter | https://github.com/latex2html/latex2html/
- zypper - latex2html-pngicons - 2026-1.2: normalized package name match | openSUSE Tumbleweed package metadata: latex2html-pngicons from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Icons in the PNG format for LateX2HTML | https://github.com/latex2html/latex2html/
- MacPorts - latex2html: normalized package name match | MacPorts ports tree: print/latex2html/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 関連リンク

- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Web development packages](https://pkg.so/ja/web-dev-tools/) - Matched web development metadata.
- [netpbm](https://pkg.so/ja/brew/netpbm/) - Runtime dependency declared by Homebrew.
- [ghostscript](https://pkg.so/ja/brew/ghostscript/) - Runtime dependency declared by Homebrew.
- [latex2rtf](https://pkg.so/ja/brew/latex2rtf/) - Shares pkgdb curated category or tags: cli, document-conversion, latex, productivity, tex.
- [rtf2latex2e](https://pkg.so/ja/brew/rtf2latex2e/) - Shares pkgdb curated category or tags: cli, document-conversion, latex, productivity, tex.
- [a2ps](https://pkg.so/ja/brew/a2ps/) - Shares pkgdb curated category or tags: cli, document-conversion, productivity.
- [multimarkdown](https://pkg.so/ja/brew/multimarkdown/) - Shares pkgdb curated category or tags: cli, document-conversion, html, latex, productivity.
- [docx2txt](https://pkg.so/ja/brew/docx2txt/) - Shares pkgdb curated category or tags: cli, document-conversion, productivity.
- [hevea](https://pkg.so/ja/brew/hevea/) - Shares pkgdb curated category or tags: cli, document-conversion, html, latex, productivity.
- [libmspub](https://pkg.so/ja/brew/libmspub/) - Shares pkgdb curated category or tags: cli, document-conversion, productivity.
- [odt2txt](https://pkg.so/ja/brew/odt2txt/) - Shares pkgdb curated category or tags: cli, document-conversion, productivity.

## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
