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

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

## 安装

```sh
sudo av install brew:aspell
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install aspell
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install aspell
```

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

### Linux

- apk (92%):

```sh
sudo apk add aspell
```

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

- Debian apt (92%):

```sh
sudo apt install aspell
```

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

- dnf (92%):

```sh
sudo dnf install aspell
```

  证据: Fedora Rawhide package metadata: aspell 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#aspell
```

  证据: nixpkgs package indexes: aspell from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

- pacman (92%):

```sh
sudo pacman -S aspell
```

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

- zypper (92%):

```sh
sudo zypper install aspell
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/aspell
```

  证据: Scoop official bucket manifest trees: bucket/aspell.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:aspell
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/aspell>
- **版本:** 0.60.8.2
- **来源摘要:** Spell checker with better logic than ispell
- **主页:** <http://aspell.net/>
- **上游文档:** <http://aspell.net/>
- **许可证:** LGPL-2.1-only
- **源码归档:** <https://ftpmirror.gnu.org/gnu/aspell/aspell-0.60.8.2.tar.gz>
- **最后更新:** 2026-07-10T14:58:19-04:00
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- aspell (cli)
- aspell-import (cli)
- precat (cli)
- preunzip (cli)
- prezip (cli)
- prezip-bin (cli)
- pspell-config (cli)
- run-with-aspell (cli)
- word-list-compress (cli)
- aspell (别名)
- aspell-import (别名)
- precat (别名)
- preunzip (别名)
- prezip (别名)
- prezip-bin (别名)
- pspell-config (别名)
- run-with-aspell (别名)
- word-list-compress (别名)

## macOS 提供的库

- ncurses

## 安装行为

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

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 0.60.8.2
- 管理器更新时间: 2026-07-10
- 本地数据: OK
- 上游仓库: http://aspell.net/
- 信息: Release/tag comparison is only available for GitHub repositories.
## 项目历史与用法

GNU Aspell is a GNU spell checker by Kevin Atkinson, designed as a replacement for Ispell and usable either as a library or as an independent command-line spell checker. Its manual emphasizes better replacement suggestions, UTF-8 document checking without special dictionaries, locale awareness, multiple dictionaries, and safer handling of personal dictionaries across concurrent processes.

### 项目历史

The official manual identifies Aspell as a spell checker intended to eventually replace Ispell. Savannah lists GNU Aspell as official GNU software, names Kevin Atkinson as group admin, and records the project registration date as 23 November 2001.

Aspell's project history is also a history of Unix spell-checker interfaces. The manual documents command-line use, an Ispell compatibility mode, integration with applications such as Emacs, XEmacs, Vim, Pine, and Enchant-based applications, plus C API and pipe-based interfaces for programs that embed or drive spell checking.

The manual copyright range runs from 2000 to 2026 and the generated manual title identifies version 0.60.8.2, showing a mature maintenance line rather than a rapid-release CLI.

### 采用历史

The Homebrew input records Aspell across apk, Homebrew, Debian, dnf, MacPorts, Nix, pacman, Scoop, Ubuntu, and zypper. That is broad cross-platform packaging for a traditional Unix text utility, helped by its GNU status and its use as a backend for editors and other applications.

Aspell's adoption came from both interactive command-line use and library/backend use. The manual's comparison to Ispell and Hunspell positions it as part of the lineage of spell-checking engines available to editors, mail clients, and text-processing tools.

### 使用方式

Users can run `aspell` directly for spell-checking files, use it as an Ispell replacement, call it through a pipe protocol, or link to its C API. Companion utilities in the package handle dictionary import, compressed word lists, and prezip/preunzip workflows.

Configuration can come from command-line options, global and personal configuration files, or the `ASPELL_CONF` environment variable. The manual says the personal file is normally `.aspell.conf` in `HOME`, while the global file is normally `aspell.conf` under an `etc` directory such as `/usr/etc` or `/usr/local/etc`.

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

Aspell is classic package-manager territory: a small CLI, a library, dictionaries and word-list tooling, editor integrations, and a global/personal configuration story. It often matters less as a visible app than as the spell-checking engine another package expects.

Its continued packaging across Unix-like systems and Windows package managers makes it a useful compatibility target for scripts and editor setups that predate newer spell-checking backends.

### 时间线

- 2000: Manual copyright range begins, indicating early Aspell documentation and development.
- 2001-11-23: Savannah records GNU Aspell project registration.
- 0.60 series: Manual documents UTF-8 handling, multiple dictionaries, personal dictionary behavior, Ispell compatibility, C API, pipe mode, and application integrations.
- 2026: Manual title and copyright range show GNU Aspell 0.60.8.2 documentation maintained through 2026.

### Related projects

- Aspell is directly compared with Ispell and Hunspell in its manual.
- The manual documents use with Enchant-based applications, Emacs, XEmacs, Vim, and Pine.

### 来源

- <http://aspell.net/man-html/Introduction.html>
- <http://aspell.net/man-html/Specifying-Options.html>
- <http://aspell.net/man-html/index.html>
- <https://savannah.gnu.org/projects/aspell/>
- input.source_facts.package-manager


## 安全说明

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

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


## 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: ~/.aspell.conf, /usr/local/etc/aspell.conf, /usr/etc/aspell.conf
## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** aspell
- **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 - aspell - 0.60.8.1-4: normalized package name match | Debian stable package indexes: aspell from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GNU Aspell spell-checker | http://aspell.net/
- Debian apt - aspell-doc - 0.60.8.1-4: normalized package name match | Debian stable package indexes: aspell-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Documentation for GNU Aspell spell-checker | http://aspell.net/
- Debian apt - libaspell-dev - 0.60.8.1-4: normalized package name match | Debian stable package indexes: libaspell-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Development files for applications with GNU Aspell support | http://aspell.net/
- Debian apt - libaspell15 - 0.60.8.1-4: normalized package name match | Debian stable package indexes: libaspell15 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GNU Aspell spell-checker runtime library | http://aspell.net/
- Debian apt - libpspell-dev - 0.60.8.1-4: normalized package name match | Debian stable package indexes: libpspell-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Development files for applications with pspell support | http://aspell.net/
- Nix - aspell: normalized package name match | nixpkgs package indexes: aspell from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- Ubuntu apt - aspell - 0.60.8.1-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: aspell from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | GNU Aspell spell-checker | http://aspell.net/
- Ubuntu apt - aspell-doc - 0.60.8.1-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: aspell-doc from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | Documentation for GNU Aspell spell-checker | http://aspell.net/
- Ubuntu apt - libaspell-dev - 0.60.8.1-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libaspell-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | Development files for applications with GNU Aspell support | http://aspell.net/
- Ubuntu apt - libaspell15 - 0.60.8.1-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libaspell15 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | GNU Aspell spell-checker runtime library | http://aspell.net/
- Ubuntu apt - libpspell-dev - 0.60.8.1-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libpspell-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | Development files for applications with pspell support | http://aspell.net/
- apk - aspell - 0.60.8.2-r0: normalized package name match | Alpine Linux edge package indexes: aspell from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | A spell checker designed to eventually replace Ispell | http://aspell.net/
- apk - aspell-compat - 0.60.8.2-r0: normalized package name match | Alpine Linux edge package indexes: aspell-compat from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | aspell compatibility scripts for ispell and unix spell | http://aspell.net/
- apk - aspell-dev - 0.60.8.2-r0: normalized package name match | Alpine Linux edge package indexes: aspell-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | A spell checker designed to eventually replace Ispell (development files) | http://aspell.net/
- apk - aspell-doc - 0.60.8.2-r0: normalized package name match | Alpine Linux edge package indexes: aspell-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | A spell checker designed to eventually replace Ispell (documentation) | http://aspell.net/
- apk - aspell-lang - 0.60.8.2-r0: normalized package name match | Alpine Linux edge package indexes: aspell-lang from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Languages for package aspell | http://aspell.net/


## 相关链接

- [Secret-risk packages](https://pkg.so/zh-hans/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [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.
- [php@8.3](https://pkg.so/zh-hans/brew/php-8-3/) - Popular package that depends on this formula.
- [php@8.2](https://pkg.so/zh-hans/brew/php-8-2/) - Popular package that depends on this formula.
- [php@8.1](https://pkg.so/zh-hans/brew/php-8-1/) - Popular package that depends on this formula.
- [enchant](https://pkg.so/zh-hans/brew/enchant/) - Popular package that depends on this formula.
- [extract_url](https://pkg.so/zh-hans/brew/extract-url/) - Shares pkgdb curated category or tags: cli, productivity, text-processing.
- [par](https://pkg.so/zh-hans/brew/par/) - Shares pkgdb curated category or tags: cli, productivity, text-processing.
- [ispell](https://pkg.so/zh-hans/brew/ispell/) - Shares pkgdb curated category or tags: cli, productivity, spell-checker, text-processing.
- [omekasy](https://pkg.so/zh-hans/brew/omekasy/) - Shares pkgdb curated category or tags: cli, productivity, text-processing.
- [hspell](https://pkg.so/zh-hans/brew/hspell/) - Shares pkgdb curated category or tags: cli, dictionary, productivity, spell-checker.
- [emacs](https://pkg.so/zh-hans/brew/emacs/) - Shares pkgdb curated category or tags: cli, gnu, productivity.
- [languagetool](https://pkg.so/zh-hans/brew/languagetool/) - Shares pkgdb curated category or tags: cli, productivity, spell-checker.
- [a2ps](https://pkg.so/zh-hans/brew/a2ps/) - Shares pkgdb curated category or tags: cli, gnu, productivity.

## Combined YAML source

View the package source record on GitHub. [combined/aspell.yml](https://github.com/mxcl/pkgdb/blob/main/combined/aspell.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
