# 使用 Homebrew, apt, Nix 安装 cconv

查看 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
