# cdk mit Homebrew, dnf, Nix, apt, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für cdk in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:cdk
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install cdk
```

  Evidenz: local Homebrew formula metadata

### Linux

- dnf (92%):

```sh
sudo dnf install cdk
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#cdk
```

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

- Debian apt (92%):

```sh
sudo apt install libcdk-java
```

  Evidenz: Debian stable package indexes: libcdk-java from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- zypper (92%):

```sh
sudo zypper install cdk-devel
```

  Evidenz: openSUSE Tumbleweed package metadata: cdk-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Paketfakten

- **Paketschlüssel:** brew:cdk
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/cdk>
- **Version:** 5.0-20260119
- **Quellzusammenfassung:** Curses development kit provides predefined curses widget for apps
- **Homepage:** <https://invisible-island.net/cdk/>
- **Upstream-Dokumentation:** <https://invisible-island.net/cdk/>
- **Lizenz:** X11-distribute-modifications-variant
- **Quellarchiv:** <https://invisible-mirror.net/archives/cdk/cdk-5.0-20260119.tgz>
- **Zuletzt aktualisiert:** 2026-05-17T09:02:23-04:00
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- cdk5-config (cli)
- cdk5-config (Alias)

## Von macOS bereitgestellte Bibliotheken

- ncurses

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 5.0-20260119
- Manager aktualisiert: 2026-05-17
- lokale Daten: OK
- Upstream-Repository: https://invisible-island.net/cdk/
- Info: Release/tag comparison is only available for GitHub repositories.
## Projektgeschichte und Nutzung

CDK, the Curses Development Kit, is a C curses widget library for building terminal user interfaces. Its official Invisible Island page describes it as a library of customizable curses widgets, similar in spirit to dialog but linked into applications.

### Projektgeschichte

The project was originally written by Mike Glover in the mid-1990s. Thomas E. Dickey's official history identifies CDK 4.6.0, with source files dated January 20, 1996, as the earliest version he had encountered and notes that Glover announced it in comp.sources.unix in January 1996.

Dickey became involved after Glover asked in late 1998 about distributing CDK with ncurses. Dickey reviewed the 4.9.8 code, reworked build and licensing issues, continued cleanup work, and released CDK 5.0 in April 2005.

### Adoptionsgeschichte

The official history notes that CDK had already been built on several Unix systems, including Linux, SunOS, Solaris, HP-UX, AIX, and QNX 4. It also records ncurses mailing-list discussion from the late 1990s in which CDK was suggested to users wanting a higher-level interface than raw ncurses.

CDK's distribution history is tied to classic Unix source-package culture: comp.sources.unix announcements, QNX-hosted tarballs, ncurses-adjacent maintenance, and ports or packages across Unix-like systems.

### Wie es verwendet wird

CDK is used when a C program needs form, dialog, menu, scrolling-list, and other terminal widgets without building every curses interaction from scratch. The Homebrew package exposes cdk5-config for build flags and metadata.

### Warum Paket-Nerds sich dafür interessieren

For package maintainers, CDK is interesting because it sits between low-level ncurses and full-screen TUI applications: it is a small library whose portability, ABI, licensing, and configure-script behavior mattered across many Unix packaging systems.

### Zeitleiste

- 1996: CDK 4.6.0 announced in comp.sources.unix and distributed as source.
- 1998: Mike Glover asks Thomas E. Dickey about distributing CDK with ncurses.
- 1999: Dickey begins cleanup, configure-script work, and license repair.
- 2005: CDK 5.0 released by Dickey.

### Related projects

- CDK is closely related to curses and ncurses, and its official page compares its role to dialog while emphasizing that CDK is a linkable widget library rather than a standalone dialog program.

### Quellen

- <https://invisible-island.net/cdk/>
- <https://invisible-island.net/cdk>
- <https://invisible-island.net/cdk/manpage>
- <https://formulae.brew.sh/api/formula/cdk.json>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** cdk
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Andere Paketmanager-Einträge

- Debian apt - libcdk-java - 1:2.11-1: normalized package name match | Debian stable package indexes: libcdk-java from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Chemistry Development Kit (CDK) Java libraries | https://cdk.github.io/
- Nix - cdk: normalized package name match | nixpkgs package indexes: pkgs/by-name/cd/cdk/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libcdk-java - 1:2.9-1: normalized package name match | Ubuntu 24.04 LTS package indexes: libcdk-java from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Chemistry Development Kit (CDK) Java libraries | https://cdk.github.io/
- dnf - cdk - 5.0.20260119-4.fc45: normalized package name match | Fedora Rawhide package metadata: cdk from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Curses Development Kit | https://invisible-island.net/cdk/
- dnf - cdk-devel - 5.0.20260119-4.fc45: normalized package name match | Fedora Rawhide package metadata: cdk-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Development files for cdk | https://invisible-island.net/cdk/
- dnf - cdk-doc - 5.0.20260119-4.fc45: normalized package name match | Fedora Rawhide package metadata: cdk-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Documentation and examples for cdk | https://invisible-island.net/cdk/
- zypper - cdk-devel - 5.0.20230201-1.9: normalized package name match | openSUSE Tumbleweed package metadata: cdk-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Development Part of Curses Development Kit | https://invisible-island.net/cdk/
- zypper - libcdk6_3_4 - 5.0.20230201-1.9: normalized package name match | openSUSE Tumbleweed package metadata: libcdk6_3_4 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | The Runtime for the Curses Development Kit - Shared library | https://invisible-island.net/cdk/


## Verwandte Links

- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/de/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/de/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://pkg.so/de/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [ncurses](https://pkg.so/de/brew/ncurses/) - Shares pkgdb curated category or tags: c-library, cli, curses, developer-tools, terminal-ui.
- [dialog](https://pkg.so/de/brew/dialog/) - Shares pkgdb curated category or tags: cli, curses, developer-tools, terminal-ui, widgets.
- [libhandy](https://pkg.so/de/brew/libhandy/) - Shares pkgdb curated category or tags: c-library, cli, developer-tools, widgets.
- [newt](https://pkg.so/de/brew/newt/) - Shares pkgdb curated category or tags: cli, developer-tools, terminal-ui, widgets.
- [pcre2](https://pkg.so/de/brew/pcre2/) - Shares pkgdb curated category or tags: c-library, cli, developer-tools.
- [expat](https://pkg.so/de/brew/expat/) - Shares pkgdb curated category or tags: c-library, cli, developer-tools.
- [libgpg-error](https://pkg.so/de/brew/libgpg-error/) - Shares pkgdb curated category or tags: c-library, cli, developer-tools.
- [libevent](https://pkg.so/de/brew/libevent/) - Shares pkgdb curated category or tags: c-library, cli, developer-tools.
- [cdk](https://pkg.so/de/npm/cdk/) - Same normalized package name in another local ecosystem.

## Combined YAML source

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


## Quellen

- 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
