# ddcutil mit Homebrew, apk, apt, dnf, Nix, pacman, zypper installieren

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

## Installation

```sh
sudo av install brew:ddcutil
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install ddcutil
```

  Evidenz: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add ddcutil
```

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

- Debian apt (92%):

```sh
sudo apt install ddcutil
```

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

- dnf (92%):

```sh
sudo dnf install ddcutil
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#ddcutil
```

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

- pacman (92%):

```sh
sudo pacman -S ddcutil
```

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

- zypper (92%):

```sh
sudo zypper install ddcutil
```

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

## Paketfakten

- **Paketschlüssel:** brew:ddcutil
- **Paketmanager:** Homebrew
- **Version:** 2.2.7
- **Quellzusammenfassung:** Control monitor settings using DDC/CI and USB
- **Homepage:** <https://www.ddcutil.com>
- **Zuletzt aktualisiert:** 2026-05-11T19:19:42Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- ddcutil (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 2.2.7
## Projektgeschichte und Nutzung

ddcutil is a Linux command-line utility and C library for reading and changing external monitor settings through DDC/CI over I2C, with USB support for some monitor classes. In package-manager culture it fills the practical gap between desktop display settings panels and scriptable monitor control.

### Projektgeschichte

The project was created and maintained by Sanford Rockowitz, and its official documentation says the use case that inspired development was color profile management: saving monitor color settings during calibration and restoring them when the profile is applied. The public GitHub release history goes back to 0.5.0 in 2016 and the project has continued through the 2.x series with both the ddcutil CLI and libddcutil shared library.

### Adoptionsgeschichte

ddcutil became a distribution-facing tool because Linux desktops and automation scripts needed a standard way to address monitor controls exposed through /dev/i2c devices. Its documentation maintains package-status material and maintainer notes, and recent release notes call out KDE PowerDevil integration work around display connection handling and transient I2C permission loss.

### Wie es verwendet wird

Typical package usage is small but powerful: detect attached displays, query VCP capabilities, get and set values such as brightness or input source, and integrate those commands into desktop power, color-management, or hotkey workflows. The same project also exposes libddcutil for applications that need monitor control without shelling out.

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

ddcutil matters to package nerds because it wraps a hardware-adjacent protocol in a scriptable Unix tool while still needing udev, kernel module, I2C permission, and monitor quirk handling. It is the sort of package where a formula is only half the story; post-install configuration and distro integration determine whether it works.

### Zeitleiste

- 2015: Public GitHub repository created.
- 2016: Release 0.5.0 published.
- 2025: Release 2.2.0 published in the modern libddcutil series.
- 2026: Release 2.2.7 published with fixes relevant to KDE PowerDevil and display connection handling.

### Related projects

- ddcui provides a Qt graphical interface built around ddcutil.
- KDE PowerDevil is a desktop power-management consumer called out by the ddcutil release notes.
- The Monitor Control Command Set and DDC/CI standards define much of the monitor-control surface ddcutil exposes.

### Quellen

- <https://www.ddcutil.com/>
- <https://www.ddcutil.com/release_notes/>
- <https://github.com/rockowitz/ddcutil>
- <https://github.com/rockowitz/ddcutil/releases>


## Sicherheitshinweise

Für ddcutil wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: $XDG_CONFIG_HOME/ddcutil/ddcutilrc, ~/.config/ddcutil/ddcutilrc
## Andere Paketmanager-Einträge

- Debian apt - ddcutil - 2.2.0-2: normalized package name match | Debian stable package indexes: ddcutil from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Control monitor settings - Standalone command line application | https://www.ddcutil.com
- Debian apt - libddcutil-dev - 2.2.0-2: normalized package name match | Debian stable package indexes: libddcutil-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Control monitor settings - development files | https://www.ddcutil.com
- Debian apt - libddcutil5 - 2.2.0-2: normalized package name match | Debian stable package indexes: libddcutil5 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Control monitor settings - shared library | https://www.ddcutil.com
- Nix - ddcutil: normalized package name match | nixpkgs package indexes: pkgs/by-name/dd/ddcutil/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - ddcutil - 1.4.1-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: ddcutil from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Control monitor settings - Standalone command line application | https://www.ddcutil.com
- Ubuntu apt - libddcutil-dev - 1.4.1-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libddcutil-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Control monitor settings - development files | https://www.ddcutil.com
- Ubuntu apt - libddcutil4 - 1.4.1-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libddcutil4 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Control monitor settings - shared library | https://www.ddcutil.com
- apk - ddcutil - 2.2.7-r1: normalized package name match | Alpine Linux edge package indexes: ddcutil from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Query and change Linux monitor settings using DDC/CI and USB | https://github.com/rockowitz/ddcutil
- apk - ddcutil-dev - 2.2.7-r1: normalized package name match | Alpine Linux edge package indexes: ddcutil-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Query and change Linux monitor settings using DDC/CI and USB (development files) | https://github.com/rockowitz/ddcutil
- apk - ddcutil-doc - 2.2.7-r1: normalized package name match | Alpine Linux edge package indexes: ddcutil-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Query and change Linux monitor settings using DDC/CI and USB (documentation) | https://github.com/rockowitz/ddcutil
- apk - ddcutil-udev - 2.2.7-r1: normalized package name match | Alpine Linux edge package indexes: ddcutil-udev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Query and change Linux monitor settings using DDC/CI and USB (udev rules) | https://github.com/rockowitz/ddcutil
- dnf - ddcutil - 2.2.1-4.fc45: normalized package name match | Fedora Rawhide package metadata: ddcutil from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Query and update monitor settings | http://www.ddcutil.com
- dnf - libddcutil - 2.2.1-4.fc45: normalized package name match | Fedora Rawhide package metadata: libddcutil from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Shared library to query and update monitor settings | http://www.ddcutil.com
- dnf - libddcutil-devel - 2.2.1-4.fc45: normalized package name match | Fedora Rawhide package metadata: libddcutil-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Development files for libddcutil | http://www.ddcutil.com
- pacman - ddcutil - 2.2.7-1: normalized package name match | Arch Linux sync databases: ddcutil from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Query and change Linux monitor settings using DDC/CI and USB. | http://ddcutil.com/
- zypper - ddcutil - 2.2.5-2.4: normalized package name match | openSUSE Tumbleweed package metadata: ddcutil from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Utility to query and update monitor settings | https://github.com/rockowitz/ddcutil


## Combined YAML source

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


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
