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

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

## インストール

```sh
sudo av install brew:cconv
```

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

### macOS

- Homebrew (100%):

```sh
brew install cconv
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install cconv
```

  証拠: Debian stable package indexes: cconv from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#cconv
```

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

## パッケージ情報

- **パッケージキー:** brew:cconv
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.6.3
- **ソース概要:** Iconv based simplified-traditional Chinese conversion tool
- **ホームページ:** <https://github.com/xiaoyjy/cconv>
- **リポジトリ:** <https://github.com/xiaoyjy/cconv>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- cconv (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

cconv is an iconv-based command-line tool for converting Chinese text between Simplified and Traditional forms. In package-manager terms it is a small, old-school Unix text filter: narrow purpose, autotools build, and useful in pipelines where users need script conversion rather than a larger localization framework.

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

The official README calls cconv a simplified-traditional Chinese conversion tool based on iconv and notes that the GitHub repository is the project's new address. The GitHub repository was created in 2015, but the ChangeLog shows earlier 0.5 and 0.6 series development before the current v0.6.3 release line.

### 採用の歴史

The input package facts list cconv packages in Homebrew, Debian, Ubuntu, and Nix, which is typical for a compact C text-processing utility that remains useful even with a quiet upstream.

### 使われ方

The README presents cconv with iconv-style -f and -t encoding options and an example converting UTF-8 Simplified Chinese text to utf8-tw Traditional Chinese output.

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

cconv is the kind of utility package that survives because it does one culturally specific text transformation from the shell. Its interest is mostly practical: it exposes Chinese script conversion through familiar iconv-like flags and can be installed without a larger runtime.

### タイムライン

- 0.5 series: Early cconv releases recorded in the official ChangeLog.
- 0.6.0: Cross-handling logic rewritten and conversion conditions expanded.
- 0.6.1-0.6.3: Tables and bug fixes updated.
- 2015: Official GitHub repository created.

### Related projects

- GNU libiconv is referenced by the README as the model and underlying text-conversion context.
- OpenCC is a related package-space neighbor for Chinese script conversion, although cconv is its own smaller iconv-like tool.

### ソース

- <https://api.github.com/repos/xiaoyjy/cconv>
- <https://github.com/xiaoyjy/cconv>
- <https://github.com/xiaoyjy/cconv#readme>
- <https://formulae.brew.sh/api/formula/cconv.json>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

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

- Debian apt - cconv - 0.6.2-1.3: normalized package name match | Debian stable package indexes: cconv from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Simplified/Traditional Chinese conversion tool | http://code.google.com/p/cconv/
- Debian apt - libcconv-dev - 0.6.2-1.3: normalized package name match | Debian stable package indexes: libcconv-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | development libraries for CCONV | http://code.google.com/p/cconv/
- Debian apt - libcconv0 - 0.6.2-1.3: normalized package name match | Debian stable package indexes: libcconv0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | library for cconv | http://code.google.com/p/cconv/
- Nix - cconv: normalized package name match | nixpkgs package indexes: pkgs/by-name/cc/cconv/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - cconv - 0.6.2-1.3build1: normalized package name match | Ubuntu 24.04 LTS package indexes: cconv from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Simplified/Traditional Chinese conversion tool | http://code.google.com/p/cconv/
- Ubuntu apt - libcconv-dev - 0.6.2-1.3build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libcconv-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | development libraries for CCONV | http://code.google.com/p/cconv/
- Ubuntu apt - libcconv0 - 0.6.2-1.3build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libcconv0 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | library for cconv | http://code.google.com/p/cconv/


## Combined YAML source

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


## ソース

- 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
