# Installer cconv avec Homebrew, apt, Nix

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

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install cconv
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install cconv
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:cconv
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.6.3
- **Résumé source:** Iconv based simplified-traditional Chinese conversion tool
- **Page d'accueil:** <https://github.com/xiaoyjy/cconv>
- **Dépôt:** <https://github.com/xiaoyjy/cconv>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- cconv (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

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

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.

### Chronologie

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

### Sources

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


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

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


## Sources

- 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
