# check mit Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper installieren

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

## Installation

```sh
sudo av install brew:check
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install check
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install check
```

  Evidenz: MacPorts ports tree: devel/check/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add check
```

  Evidenz: Alpine Linux edge package indexes: check from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install check
```

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

- dnf (92%):

```sh
sudo dnf install check
```

  Evidenz: Fedora Rawhide package metadata: check 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#check
```

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

- pacman (92%):

```sh
sudo pacman -S check
```

  Evidenz: Arch Linux sync databases: check from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install check-devel
```

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

## Paketfakten

- **Paketschlüssel:** brew:check
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/check>
- **Version:** 0.15.2
- **Quellzusammenfassung:** C unit testing framework
- **Homepage:** <https://libcheck.github.io/check/>
- **Repository:** <https://github.com/libcheck/check>
- **Upstream-Dokumentation:** <https://libcheck.github.io/check/>
- **Lizenz:** LGPL-2.1-or-later
- **Quellarchiv:** <https://github.com/libcheck/check/releases/download/0.15.2/check-0.15.2.tar.gz>
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- checkmk (cli)
- checkmk (Alias)

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 0.15.2
- lokale Daten: OK
- Upstream-Repository: https://github.com/libcheck/check
- Info: No package-manager update timestamp was available.
- Info: No cached GitHub release or tag data was available.
## Projektgeschichte und Nutzung

Check is a C unit testing framework whose defining feature is running tests in separate address spaces so assertion failures, segmentation faults, and signals can be reported without killing the whole runner.

### Projektgeschichte

Check's NEWS file records an initial public 0.5.0 release before the 0.6.0 release in June 2001. Its documentation explains the name as a reference to the Autoconf/Automake `make check` testing idiom, while noting that those build tools are not required.

### Adoptionsgeschichte

The project long predates its 2015 GitHub mirror/repository creation. Its README and website document Autotools and CMake builds, pkg-config-style packaging, Windows support through Cygwin/MinGW/MSVC, and availability across many Unix-like package repositories.

### Wie es verwendet wird

Developers link against Check, define suites and test cases in C, and run tests through `make check`, CTest, or their own runner. Check reports failures in source-location formats and can output Subunit, TAP, XML, and generic logs.

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

Check is significant because it is one of the classic packaged C testing libraries: small, C-focused, build-system-friendly, and old enough to be present in mainstream Linux, BSD, macOS, and source-based packaging ecosystems.

### Zeitleiste

- 2001: 0.5.0 initial public release recorded in NEWS.
- 2001: 0.8.0 added nofork mode and pipe-based backend.
- 2002: License changed to LGPL in 0.8.1.
- 2010: checkmk helper added for reducing test boilerplate.
- 2015: GitHub repository created.
- 2020: 0.15.2 released.

### Related projects

- GNU Autounit is cited by Check documentation as an influence for using forked test processes.
- Other C/C++ testing frameworks named in the manual include AceUnit, CUnit, CuTest, and CppUnit.
- Autoconf, Automake, CMake, pkg-config, TAP, XML, and Subunit are important integration points.

### Quellen

- <https://github.com/libcheck/check>
- <https://libcheck.github.io/check/>
- <https://libcheck.github.io/check/doc/check_html/check_2.html>
- <https://raw.githubusercontent.com/libcheck/check/master/NEWS>


## 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:** check
- **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 - check - 0.15.2-3: normalized package name match | Debian stable package indexes: check from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | unit test framework for C | https://libcheck.github.io/check/
- Nix - check: normalized package name match | nixpkgs package indexes: pkgs/by-name/ch/check/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - check - 0.15.2-2build1: normalized package name match | Ubuntu 24.04 LTS package indexes: check from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | unit test framework for C | https://libcheck.github.io/check/
- apk - check - 0.15.2-r6: normalized package name match | Alpine Linux edge package indexes: check from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | A unit test framework for C | https://libcheck.github.io/check/
- apk - check-dev - 0.15.2-r6: normalized package name match | Alpine Linux edge package indexes: check-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | A unit test framework for C (development files) | https://libcheck.github.io/check/
- apk - check-doc - 0.15.2-r6: normalized package name match | Alpine Linux edge package indexes: check-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | A unit test framework for C (documentation) | https://libcheck.github.io/check/
- dnf - check - 0.15.2-22.fc45: normalized package name match | Fedora Rawhide package metadata: check from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | A unit test framework for C | https://libcheck.github.io/check/
- dnf - check-checkmk - 0.15.2-22.fc45: normalized package name match | Fedora Rawhide package metadata: check-checkmk from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Translate concise versions of test suites into C programs | https://libcheck.github.io/check/
- dnf - check-devel - 0.15.2-22.fc45: normalized package name match | Fedora Rawhide package metadata: check-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Libraries and headers for developing programs with check | https://libcheck.github.io/check/
- dnf - check-static - 0.15.2-22.fc45: normalized package name match | Fedora Rawhide package metadata: check-static from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Static libraries of check | https://libcheck.github.io/check/
- dnf - mingw32-check - 0.15.2-22.fc45: normalized package name match | Fedora Rawhide package metadata: mingw32-check from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Libraries and headers for developing programs with check | https://libcheck.github.io/check/
- dnf - mingw64-check - 0.15.2-22.fc45: normalized package name match | Fedora Rawhide package metadata: mingw64-check from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Libraries and headers for developing programs with check | https://libcheck.github.io/check/
- pacman - check - 0.15.2-4: normalized package name match | Arch Linux sync databases: check from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Unit testing framework for C | https://libcheck.github.io/check/
- zypper - check-devel - 0.15.2-2.20: normalized package name match | openSUSE Tumbleweed package metadata: check-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Development files for the CHECK unit test framework | https://libcheck.github.io/check/
- zypper - libcheck0 - 0.15.2-2.20: normalized package name match | openSUSE Tumbleweed package metadata: libcheck0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Unit Test Framework for C | https://libcheck.github.io/check/
- MacPorts - check: normalized package name match | MacPorts ports tree: devel/check/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Verwandte Links

- [Source-control packages](https://pkg.so/de/source-control-tools/) - Belongs to a source-control command family.
- [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.
- [netmask](https://pkg.so/de/brew/netmask/) - Popular package that depends on this formula.
- [cppunit](https://pkg.so/de/brew/cppunit/) - Shares pkgdb curated category or tags: c, cli, developer-tools, library, testing-framework.
- [glib](https://pkg.so/de/brew/glib/) - Shares pkgdb curated category or tags: c, cli, developer-tools, library.
- [libdeflate](https://pkg.so/de/brew/libdeflate/) - Shares pkgdb curated category or tags: c, cli, developer-tools, library.
- [libdatrie](https://pkg.so/de/brew/libdatrie/) - Shares pkgdb curated category or tags: c, cli, developer-tools, library.
- [nspr](https://pkg.so/de/brew/nspr/) - Shares pkgdb curated category or tags: c, cli, developer-tools, library.
- [apr](https://pkg.so/de/brew/apr/) - Shares pkgdb curated category or tags: c, cli, developer-tools, library.
- [md4c](https://pkg.so/de/brew/md4c/) - Shares pkgdb curated category or tags: c, cli, developer-tools, library.
- [gflags](https://pkg.so/de/brew/gflags/) - Shares pkgdb curated category or tags: c, cli, developer-tools, library.
- [cutter-cli](https://pkg.so/de/brew/cutter-cli/) - Local package facts share a topical domain. Shared terms: c, cli, developer, developer-tools, framework.
- [check-tests](https://pkg.so/de/npm/check-tests/) - Local package facts share a topical domain. Shared terms: check, cli, developer, developer-tools, testing.
- [bash_unit](https://pkg.so/de/brew/bash-unit/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, framework, testing.

## Combined YAML source

View the package source record on GitHub. [combined/check.yml](https://github.com/mxcl/pkgdb/blob/main/combined/check.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
