# Installer fex avec Homebrew, apt, dnf, Nix

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

## installation

```sh
sudo av install brew:fex
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install fex
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install fex
```

  Preuve: Debian stable package indexes: fex from https://deb.debian.org/debian/dists/stable/non-free/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install fex
```

  Preuve: Fedora Rawhide package metadata: fex from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#fex
```

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

## Faits du paquet

- **Clé du paquet:** brew:fex
- **Gestionnaire de paquets:** Homebrew
- **Version:** 2.0.0
- **Résumé source:** Powerful field extraction tool
- **Page d'accueil:** <https://www.semicomplete.com/projects/fex/>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- fex (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 2.0.0
## Historique du projet et usages

fex is a small command-line field extractor for tokenizing strings and selecting fields with concise delimiter and range syntax.

### Historique du projet

Jordan Sissel published the official fex project page on May 19, 2010, describing it as flexible token-field extraction and documenting examples for logs, paths, and passwd-style records. The GitHub repository identifies the project as flexible field/token extraction and has been public on GitHub since 2011.

### Historique d'adoption

Homebrew packages fex as a stable formula at version 2.0.0. Its official project page directs release downloads to GitHub, making the GitHub repository the practical source and release surface for package maintainers.

### Modes d'utilisation

Typical use is pipeline text processing: provide delimiters and field selectors to pull fields from log lines, paths, or colon-separated records. The official docs position it as a concise alternative to repeated cut or awk invocations for selected field extraction.

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

fex matters to CLI package users because it sits in the classic Unix text-filter niche: tiny executable, no service state, and a focused syntax that makes package-manager installation convenient for shell pipelines.

### Chronologie

- 2010: Official fex project page published.
- 2011: GitHub repository created.
- 2021: GitHub repository last pushed according to GitHub metadata.
- 2026: Homebrew formula reports stable version 2.0.0.

### Related projects

- The README says fex is related to cut, awk, and ksb's xapply field extraction syntax.

### Sources

- <https://api.github.com/repos/jordansissel/fex>
- <https://formulae.brew.sh/api/formula/fex.json>
- <https://github.com/jordansissel/fex>
- <https://www.semicomplete.com/projects/fex/>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Debian apt - fex - 20160919-2: normalized package name match | Debian stable package indexes: fex from https://deb.debian.org/debian/dists/stable/non-free/binary-amd64/Packages.xz | web service for transferring very large files | http://fex.rus.uni-stuttgart.de/
- Debian apt - fex-utils - 20160919-2: normalized package name match | Debian stable package indexes: fex-utils from https://deb.debian.org/debian/dists/stable/non-free/binary-amd64/Packages.xz | web service for transferring very large files (utils) | http://fex.rus.uni-stuttgart.de/
- Nix - fex: normalized package name match | nixpkgs package indexes: pkgs/by-name/fe/fex/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - fex - 20160919-2: normalized package name match | Ubuntu 24.04 LTS package indexes: fex from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | web service for transferring very large files | http://fex.rus.uni-stuttgart.de/
- Ubuntu apt - fex-utils - 20160919-2: normalized package name match | Ubuntu 24.04 LTS package indexes: fex-utils from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | web service for transferring very large files (utils) | http://fex.rus.uni-stuttgart.de/
- dnf - fex - 2.0.0-26.fc45: normalized package name match | Fedora Rawhide package metadata: fex from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Field split/extraction like cut/awk | http://semicomplete.com/projects/fex/


## Combined YAML source

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


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
