# src を Homebrew, dnf でインストール

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

## インストール

```sh
sudo av install brew:src
```

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

### macOS

- Homebrew (100%):

```sh
brew install src
```

  証拠: local Homebrew formula metadata

### Linux

- dnf (92%):

```sh
sudo dnf install src
```

  証拠: Fedora Rawhide package metadata: src from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

## パッケージ情報

- **パッケージキー:** brew:src
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/src>
- **バージョン:** 1.45
- **ソース概要:** Simple revision control: RCS reloaded with a modern UI
- **ホームページ:** <http://www.catb.org/~esr/src/>
- **上流ドキュメント:** <http://www.catb.org/~esr/src/>
- **ライセンス:** BSD-2-Clause
- **ソースアーカイブ:** <https://gitlab.com/esr/src/-/archive/1.45/src-1.45.tar.bz2>
- **最終更新:** 2026-05-20T15:38:01Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- src (cli)
- src (エイリアス)

## 依存関係

- rcs

## ビルド依存関係

- asciidoctor

## macOS 提供ライブラリ

- python

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 all

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.45
- マネージャ更新日: 2026-05-20
- ローカルデータ: OK
- 上流リポジトリ: http://www.catb.org/~esr/src/
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

`src` is Eric S. Raymond's simple revision-control tool for solo, single-file projects. It wraps old RCS and SCCS storage ideas in a more modern command-line interface for people who want version history for loose scripts, HOWTOs, and small files without creating a full Git repository.

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

The official manual describes SRC as simple revision control for single-file projects by solo developers and authors, explicitly calling it a modernization of RCS. The FAQ frames the tool as a response to modern VCS tools that are powerful for multi-user, multi-file projects but awkward for small private files.

SRC is built on top of RCS rather than reimplementing RCS master-file internals. It can also operate on SCCS repositories, mostly for legacy compatibility, while its default storage directory is `.src`.

### 採用の歴史

The package metadata in this batch shows `src` available through Homebrew and Fedora/DNF. That is a modest but meaningful packaging footprint for a niche developer tool: it is not trying to replace Git, but package managers make it easy to install alongside RCS for the narrow single-file use case.

### 使われ方

Typical use is deliberately small: initialize a directory, commit one or more files, inspect status and logs, and retrieve previous revisions. The manual documents RCS/SCCS interoperability, import from RCS or SCCS directories, and commands shaped to feel familiar to Subversion, Mercurial, and Git users.

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

`src` is interesting to package nerds because it is a compatibility-layer package around very old Unix version-control machinery. It preserves the single-file workflow that RCS was good at while exposing a friendlier CLI, so the packaging question is less about ecosystem size and more about keeping a classic Unix niche installable.

### タイムライン

- 1970s-1980s: SCCS and RCS established the single-file version-control lineage that SRC later wraps.
- 2010s: SRC 1.x series published with a public GitLab repository and CATB-hosted documentation.
- 2020s: SRC documentation continues to describe RCS as the recommended backend and SCCS as legacy support.

### Related projects

- SRC is directly related to RCS and SCCS, and its FAQ compares its command style with Subversion, Mercurial, and Git.

### ソース

- <http://www.catb.org/~esr/src/FAQ.html>
- <http://www.catb.org/~esr/src/src.html>
- <https://gitlab.com/esr/src>
- source_facts.package-manager


## セキュリティノート

src に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、パッケージメタデータはここに公開されています。


## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** src
- **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

## 他のパッケージマネージャ記録

- dnf - src - 1.38-6.fc45: normalized package name match | Fedora Rawhide package metadata: src from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Simple Revision Control | https://gitlab.com/esr/src


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [rcs](https://pkg.so/ja/brew/rcs/) - Runtime dependency declared by Homebrew.
- [asciidoctor](https://pkg.so/ja/brew/asciidoctor/) - Build dependency declared by Homebrew.
- [cvs-fast-export](https://pkg.so/ja/brew/cvs-fast-export/) - Shares pkgdb curated category or tags: cli, developer-tools, rcs, version-control.
- [git](https://pkg.so/ja/brew/git/) - Shares pkgdb curated category or tags: cli, developer-tools, version-control.
- [libgit2](https://pkg.so/ja/brew/libgit2/) - Shares pkgdb curated category or tags: cli, developer-tools, version-control.
- [git-lfs](https://pkg.so/ja/brew/git-lfs/) - Shares pkgdb curated category or tags: cli, developer-tools, version-control.
- [lazygit](https://pkg.so/ja/brew/lazygit/) - Shares pkgdb curated category or tags: cli, developer-tools, version-control.
- [subversion](https://pkg.so/ja/brew/subversion/) - Shares pkgdb curated category or tags: cli, developer-tools, version-control.
- [git-gui](https://pkg.so/ja/brew/git-gui/) - Shares pkgdb curated category or tags: cli, developer-tools, version-control.
- [jj](https://pkg.so/ja/brew/jj/) - Shares pkgdb curated category or tags: cli, developer-tools, version-control.
- [reposurgeon](https://pkg.so/ja/brew/reposurgeon/) - Local package facts share a topical domain. Shared terms: cli, control, developer, developer-tools, version.

## Combined YAML source

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


## ソース

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