# Installer abook avec Homebrew, apk, apt, dnf, MacPorts, Nix, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de abook pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:abook
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install abook
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install abook
```

  Preuve: MacPorts ports tree: mail/abook/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add abook
```

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

- Debian apt (92%):

```sh
sudo apt install abook
```

  Preuve: Debian stable package indexes: abook from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install abook
```

  Preuve: Fedora Rawhide package metadata: abook 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#abook
```

  Preuve: nixpkgs package indexes: pkgs/by-name/ab/abook/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install abook
```

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

## Faits du paquet

- **Clé du paquet:** brew:abook
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/abook>
- **Version:** 0.6.2
- **Résumé source:** Address book with mutt support
- **Page d'accueil:** <https://abook.sourceforge.io/>
- **Docs amont:** <https://abook.sourceforge.io/>
- **Licence:** GPL-3.0-only AND GPL-2.0-or-later AND LGPL-2.0-or-later AND BSD-2-Clause AND BSD-4.3RENO
- **Archive source:** <https://abook.sourceforge.io/devel/abook-0.6.2.tar.gz>
- **Dernière mise à jour:** 2026-07-10T13:29:30-04:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- abook (cli)
- abook (alias)

## Dépendances

- gettext
- readline

## Dépendances de compilation

- autoconf
- automake
- gettext

## Bibliothèques fournies par macOS

- ncurses

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 0.6.2
- gestionnaire mis à jour: 2026-07-10
- données locales: OK
- dépôt amont: https://abook.sourceforge.io/
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

abook is a terminal address-book program centered on simple local contact storage and integration with the mutt mail client. It matters in package-manager culture because it is the kind of small ncurses utility Unix users install to make mail workflows scriptable without adopting a desktop contacts stack.

### Historique du projet

The project README identifies abook as an addressbook program with mutt support and credits JH, while the manual page credits Jaakko Heinonen as the author. Its ChangeLog shows a long 0.x development line with early 0.1.0 pre-releases, migration through 0.4.x terminal and import/export work, and later 0.6.x releases adding custom fields, vCard improvements, color, mouse support, key remapping, iCalendar output, and XDG-related changes.

### Historique d'adoption

abook spread as a packaging-friendly Unix utility: the input metadata lists packages for Homebrew, Alpine, Debian, Fedora, MacPorts, Nix, Ubuntu, and openSUSE. The upstream README also lists successful builds across Linux, Darwin, Solaris, FreeBSD, OpenBSD, NetBSD, GNU/Hurd, AIX, HPUX, Irix, and DEC Alpha-era systems.

### Modes d'utilisation

The documented mutt workflow sets query_command to run abook --mutt-query and can pipe messages to abook --add-email. The manual also documents conversion between abook, LDIF, mutt aliases, Pine, CSV, Palm CSV, vCard, HTML, text, ELM, Wanderlust, iCalendar, BSD calendar, and custom formats.

### Pourquoi les passionnés de paquets s'y intéressent

For package nerds, abook is notable as a compact ncurses-era tool with optional readline behavior, many text import/export filters, and a stable command-line interface that fits mailcap-style Unix composition. Its continued packaging across many distributions reflects the durability of mutt-adjacent tools.

### Chronologie

- 0.1.0-pre-release 1: Earliest ChangeLog entry.
- 0.3.0: New portable file format, FreeBSD build support, mutt send-mail command, and multiple e-mail address support.
- 0.4.9: Added support for the systemwide /etc/abook.conf configuration file.
- 2002: 2002 ChangeLog entries added getopt parsing, readline support, and storage of rcfile and addressbook under the .abook directory.
- 0.5.5: Added internationalization and several translations.
- 0.6.1: Added vCard parser improvements, color support, mouse support, and mutt groups support.
- 0.6.2: Upgraded license to GPLv3 and added XDG base-directory compliance.

### Related projects

- mutt is the closest companion project in the upstream documentation, since abook is designed to answer mutt address queries and ingest mail senders. The README also positions abook among Unix contact-file formats by documenting conversion to and from LDIF, Pine, vCard, CSV, ELM, and Wanderlust data.

### Sources

- <https://sourceforge.net/p/abook/git/ci/master/tree/ChangeLog>
- <https://sourceforge.net/p/abook/git/ci/master/tree/README>
- <https://sourceforge.net/p/abook/git/ci/master/tree/abook.1>
- <https://sourceforge.net/p/abook/git/ci/master/tree/abookrc.5>
- input source_facts.package-manager


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- 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: ~/.abook/abookrc, $XDG_DATA_HOME/abook/abookrc
## Détails de la base source

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

## Autres enregistrements de gestionnaires de paquets

- Debian apt - abook - 0.6.1-3+b1: normalized package name match | Debian stable package indexes: abook from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | text-based ncurses address book application | http://abook.sourceforge.net/
- Nix - abook: normalized package name match | nixpkgs package indexes: pkgs/by-name/ab/abook/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - abook - 0.6.1-3build2: normalized package name match | Ubuntu 24.04 LTS package indexes: abook from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | text-based ncurses address book application | http://abook.sourceforge.net/
- apk - abook - 0.6.2-r0: normalized package name match | Alpine Linux edge package indexes: abook from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Text-based addressbook designed for use with Mutt | https://abook.sourceforge.net/
- apk - abook-doc - 0.6.2-r0: normalized package name match | Alpine Linux edge package indexes: abook-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Text-based addressbook designed for use with Mutt (documentation) | https://abook.sourceforge.net/
- apk - abook-lang - 0.6.2-r0: normalized package name match | Alpine Linux edge package indexes: abook-lang from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Languages for package abook | https://abook.sourceforge.net/
- dnf - abook - 0.6.2-2.fc45: normalized package name match | Fedora Rawhide package metadata: abook from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Text-based addressbook program for mutt | https://abook.sourceforge.io/
- zypper - abook - 0.6.1-4.5: normalized package name match | openSUSE Tumbleweed package metadata: abook from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Text-based addressbook program | http://abook.sourceforge.net/
- zypper - abook-lang - 0.6.1-4.5: normalized package name match | openSUSE Tumbleweed package metadata: abook-lang from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Translations for package abook | http://abook.sourceforge.net/
- MacPorts - abook: normalized package name match | MacPorts ports tree: mail/abook/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Liens liés

- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Productivity CLI packages](https://pkg.so/fr/productivity-cli-packages/) - Matched curated productivity category metadata from av.db.
- [Homebrew utility packages](https://pkg.so/fr/brew-utility-packages/) - Matched Homebrew package provider.
- [gettext](https://pkg.so/fr/brew/gettext/) - Runtime dependency declared by Homebrew.
- [autoconf](https://pkg.so/fr/brew/autoconf/) - Build dependency declared by Homebrew.
- [automake](https://pkg.so/fr/brew/automake/) - Build dependency declared by Homebrew.
- [lbdb](https://pkg.so/fr/brew/lbdb/) - Popular package that depends on this formula.
- [khard](https://pkg.so/fr/brew/khard/) - Shares pkgdb curated category or tags: address-book, cli, contacts, productivity.
- [sc-im](https://pkg.so/fr/brew/sc-im/) - Shares pkgdb curated category or tags: cli, ncurses, productivity, terminal.
- [vifm](https://pkg.so/fr/brew/vifm/) - Shares pkgdb curated category or tags: cli, ncurses, productivity, terminal.
- [tty-clock](https://pkg.so/fr/brew/tty-clock/) - Shares pkgdb curated category or tags: cli, ncurses, productivity, terminal.
- [urlscan](https://pkg.so/fr/brew/urlscan/) - Shares pkgdb curated category or tags: cli, mutt, productivity, terminal.
- [mdp](https://pkg.so/fr/brew/mdp/) - Shares pkgdb curated category or tags: cli, ncurses, productivity, terminal.
- [tmux](https://pkg.so/fr/brew/tmux/) - Shares pkgdb curated category or tags: cli, productivity, terminal.
- [mutt](https://pkg.so/fr/brew/mutt/) - Local package facts share a topical domain. Shared terms: cli, gettext, mutt, ncurses, productivity.

## Combined YAML source

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


## Sources

- 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
