# Installer num-utils avec Homebrew, apt, MacPorts, Nix

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

## installation

```sh
sudo av install brew:num-utils
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install num-utils
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install num-utils
```

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

### Linux

- Debian apt (92%):

```sh
sudo apt install num-utils
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#num-utils
```

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

## Faits du paquet

- **Clé du paquet:** brew:num-utils
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.5
- **Résumé source:** Programs for dealing with numbers from the command-line
- **Page d'accueil:** <https://suso.suso.org/xulu/Num-utils>
- **Dernière mise à jour:** 2026-06-22T14:05:38-07:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- bound (alias)
- interval (alias)
- numgrep (alias)
- numprocess (alias)
- numsum (alias)
- random (alias)
- round (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

num-utils is a small suite of Unix command-line programs for numeric data, intended to do for numbers some of what classic tools like grep, awk, sort, and cut do for text streams.

### Historique du projet

The upstream Suso.org page describes num-utils as programs for dealing with numbers from the Unix command line and records a November 19, 2004 release of version 0.5, where `numsum` gained row and column summing features.

A Freshmeat announcement archived in Google Groups describes version 0.1 as an initial but usable release and lists the early tool set: average, bound, numgrep, numprocess, numsum, random, range, and round. A later section in the same archive describes version 0.5 with interval added.

### Historique d'adoption

num-utils found its way into traditional operating-system package collections rather than becoming a high-velocity upstream. Debian sid packages num-utils 0.5-15 in the math section and lists utilities such as numaverage, numbound, numinterval, numnormalize, numgrep, numprocess, numsum, numrandom, numrange, and numround.

Homebrew also packages version 0.5, but its visible analytics on July 1, 2026 were only 62 installs over 365 days. That fits the package's role: old, useful, low-glamour command-line glue.

### Modes d'utilisation

The core usage pattern is piping numbers through tiny filters: sum a column with `numsum`, select numbers with `numgrep`, find min/max boundaries with `bound`, normalize a series with `normalize`, round values, generate ranges, or apply arithmetic through `numprocess`.

Package nerds notice num-utils because it fills a gap between one-off `awk` snippets and heavier tools such as datamash or spreadsheet/statistical environments. It is especially legible in shell pipelines where each operation deserves a named command.

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

num-utils is not widely fashionable, but it is a classic example of Unix philosophy packaging: one small numeric operation per executable, text streams in and text streams out, distributed through distro package managers long after upstream slowed down.

### Chronologie

- 2004-11-18/19: Freshmeat archive records num-utils 0.5 and upstream page records the November 19, 2004 release note.
- 2026-07-01: Debian sid packaged num-utils 0.5-15; Homebrew formula showed stable 0.5.

### Related projects

- GNU coreutils
- awk
- datamash
- bc
- dc

### Sources

- <https://formulae.brew.sh/formula/num-utils>
- <https://groups.google.com/g/fm.announce/c/OqTEILHwdy0>
- <https://packages.debian.org/sid/math/num-utils>
- <https://suso.suso.org/programs/num-utils/index.phtml>
- <https://suso.suso.org/programs/num-utils/man1/numsum.html>


## 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 - num-utils - 0.5-15: normalized package name match | Debian stable package indexes: num-utils from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | programs for dealing with numbers from the command line | https://suso.suso.org/xulu/Num-utils
- Nix - num-utils: normalized package name match | nixpkgs package indexes: pkgs/by-name/nu/num-utils/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - num-utils - 0.5-15: normalized package name match | Ubuntu 24.04 LTS package indexes: num-utils from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | programs for dealing with numbers from the command line | https://suso.suso.org/xulu/Num-utils
- MacPorts - num-utils: normalized package name match | MacPorts ports tree: sysutils/num-utils/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Nix - round: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/ro/round/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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