# Installer clean avec Homebrew, Nix

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

## installation

```sh
sudo av install brew:clean
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install clean
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#clean
```

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

## Faits du paquet

- **Clé du paquet:** brew:clean
- **Gestionnaire de paquets:** Homebrew
- **Version:** 3.4
- **Résumé source:** Search for files matching a regex and delete them
- **Page d'accueil:** <https://clean.sourceforge.net/>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- clean (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

Nifty Clean is a small Unix/POSIX C utility for finding backup-style files using regular expressions from a user rc file and deleting them interactively or in batch mode.

### Historique du projet

The SourceForge project describes Clean as public-domain C software targeting Unix/POSIX systems. Its project registration date places it in the early-2000s SourceForge era of small single-purpose command-line utilities.

### Historique d'adoption

Its packaging in Homebrew and Nix reflects continued interest in tiny maintenance commands even when upstream activity is low.

### Modes d'utilisation

Users define regexes in `~/.cleanrc`, then run the `clean` executable to locate and remove matching files, with optional per-file confirmation or batch deletion.

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

Clean is the kind of small, public-domain Unix utility package that package-manager catalogs preserve: narrow scope, rc-file configuration, no service dependency, and useful behavior for shell-driven file housekeeping.

### Chronologie

- 2003-05-31: SourceForge project registered.
- 2016-01-20: SourceForge project page lists the last update.

### Sources

- Official SourceForge project page: description, license, categories, registration date, and last update.
- Official project homepage: clean.sourceforge.net.


## 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: ~/.cleanrc
## Autres enregistrements de gestionnaires de paquets

- Nix - clean: normalized package name match | nixpkgs package indexes: pkgs/by-name/cl/clean/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/clean.yml](https://github.com/mxcl/pkgdb/blob/main/combined/clean.yml)


## Sources

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