# clean を Homebrew, Nix でインストール

clean のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

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

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install clean
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## パッケージ情報

- **パッケージキー:** brew:clean
- **パッケージマネージャ:** Homebrew
- **バージョン:** 3.4
- **ソース概要:** Search for files matching a regex and delete them
- **ホームページ:** <https://clean.sourceforge.net/>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- clean (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 3.4
## プロジェクトの歴史と使われ方

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.

### プロジェクトの歴史

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.

### 採用の歴史

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

### 使われ方

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

### パッケージ好きにとっての重要性

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.

### タイムライン

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

### ソース

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


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- 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
## 他のパッケージマネージャ記録

- 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)


## ソース

- 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
