# acpica mit Homebrew, apk, MacPorts, pacman, zypper, dnf, chocolatey installieren

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

## Installation

```sh
sudo av install brew:acpica
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install acpica
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install acpica
```

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

### Linux

- apk (92%):

```sh
sudo apk add acpica
```

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

- pacman (92%):

```sh
sudo pacman -S acpica
```

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

- zypper (92%):

```sh
sudo zypper install acpica
```

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

- dnf (92%):

```sh
sudo dnf install acpica-tools
```

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

### Windows

- Chocolatey (92%):

```sh
choco install iasl
```

  Evidenz: Chocolatey community package catalog: iasl from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','hexchat'

## Paketfakten

- **Paketschlüssel:** brew:acpica
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/acpica>
- **Version:** 20260408
- **Quellzusammenfassung:** OS-independent implementation of the ACPI specification
- **Homepage:** <https://github.com/acpica/acpica>
- **Repository:** <https://github.com/acpica/acpica>
- **Upstream-Dokumentation:** <https://www.intel.com/content/www/us/en/developer/topic-technology/open/acpica/documentation.html>
- **Lizenz:** Intel-ACPI OR GPL-2.0-only OR BSD-3-Clause
- **Quellarchiv:** <https://github.com/acpica/acpica/releases/download/20260408/acpica-unix2-20260408.tar.gz>
- **Zuletzt aktualisiert:** 2026-05-26T23:37:47-04:00
- **Generiert:** 2026-07-08T07:18:31+00:00

## Executables

- acpibin (cli)
- acpidump (cli)
- acpiexamples (cli)
- acpiexec (cli)
- acpihelp (cli)
- acpisrc (cli)
- acpixtract (cli)
- iasl (cli)
- acpibin (Alias)
- acpidump (Alias)
- acpiexamples (Alias)
- acpiexec (Alias)
- acpihelp (Alias)
- acpisrc (Alias)
- acpixtract (Alias)
- iasl (Alias)

## 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-07-08
- Manager-Version: 20260408
- Manager aktualisiert: 2026-05-26
- lokale Daten: OK
- Upstream-Repository: https://github.com/acpica/acpica
- Info: No cached GitHub release or tag data was available.
## Projektgeschichte und Nutzung

ACPICA is the ACPI Component Architecture project, an open-source, operating-system-independent implementation of the ACPI specification. It includes kernel-resident ACPI components and user-space utilities such as iASL, acpidump, acpiexec, acpixtract, and related tools.

### Projektgeschichte

Intel's official ACPICA overview describes ACPICA as a reference implementation of the Advanced Configuration and Power Interface specification, written in ANSI C for portability across 32-bit and 64-bit operating-system environments. The same overview says ACPICA contains both kernel-mode and user-mode components.

The official download page says ACPICA is maintained in Git, with commits made as individual fixes and features are completed, and provides source packages, makefiles, utilities, and release logs. The GitHub repository was created in 2011 and mirrors the source tree with documents, source, tests, and release tags.

### Adoptionsgeschichte

ACPICA has an unusually direct path from upstream package to operating-system internals. Intel's overview says ACPICA updates for Linux are provided periodically in patch form and that the code is converted and integrated into the Linux kernel source. The input package-manager facts show the user-space tools packaged across Homebrew, Alpine, Chocolatey, DNF, MacPorts, Arch, and openSUSE.

### Wie es verwendet wird

Package users most often encounter ACPICA through command-line utilities: iASL compiles and disassembles ACPI Source Language and AML, acpidump obtains ACPI tables, acpixtract extracts tables, and acpiexec helps exercise AML execution. The GitHub source tree's compiler help documents iASL options for compiling, disassembling, generating listings, and creating table templates.

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

ACPICA matters to package nerds because it sits at the boundary between firmware specifications, kernel enablement, and user-space diagnostics. Packaging it gives developers and distro maintainers reproducible tools for inspecting, compiling, and debugging ACPI tables without depending on a full kernel tree.

### Zeitleiste

- 2011-08-08: GitHub repository created.
- 2015-06-16: GitHub tag R061615 appears in the repository tag list.
- 2021: Intel overview references ACPICA version 20210331 in documentation text.
- 2024-12-12: ACPICA release R2024_12_12 published on GitHub.
- 2026-04-08: ACPICA Release version 20260408 published.

### Related projects

- Related projects include the ACPI specification, Linux ACPI subsystem work, firmware/BIOS development workflows, iASL, acpidump, acpiexec, and ACPI table debugging tools.

### Quellen

- Intel overview, download and documentation pages, GitHub repository/release metadata, and source_facts.package-manager.


## 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:** acpica
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Andere Paketmanager-Einträge

- apk - acpica - 20250807-r0: normalized package name match | Alpine Linux edge package indexes: acpica from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | ACPI Component Architecture utilities | https://www.acpica.org
- apk - iasl - 20250807-r0: normalized package name match | Alpine Linux edge package indexes: iasl from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | ACPI ASL compiler | https://www.acpica.org
- pacman - acpica - 20251212-1: normalized package name match | Arch Linux sync databases: acpica from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | ACPI tools, including Intel ACPI Source Language compiler | https://acpica.org
- zypper - acpica - 20260408-2.2: normalized package name match | openSUSE Tumbleweed package metadata: acpica from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | A set of tools to display and debug BIOS ACPI tables | https://acpica.org
- MacPorts - acpica: normalized package name match | MacPorts ports tree: devel/acpica/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- dnf - acpica-tools - 20260408-1.fc45: installed executable or alias match | Fedora Rawhide package metadata: acpica-tools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | ACPICA tools for the development and debug of ACPI tables | https://www.intel.com/content/www/us/en/developer/topic-technology/open/acpica/overview.html
- Chocolatey - iasl: installed executable or alias match | Chocolatey community package catalog: iasl from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','hexchat'


## Verwandte Links

- [Source-control packages](https://www.automicvault.com/de/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/de/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Developer build packages](https://www.automicvault.com/de/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Language runtime packages](https://www.automicvault.com/de/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [b43-fwcutter](https://www.automicvault.com/de/pkg/brew/b43-fwcutter/) - Shares av.db curated category or tags: cli, firmware, system.
- [dfu-programmer](https://www.automicvault.com/de/pkg/brew/dfu-programmer/) - Shares av.db curated category or tags: cli, firmware, system.
- [dfu-util](https://www.automicvault.com/de/pkg/brew/dfu-util/) - Shares av.db curated category or tags: cli, firmware, system.
- [flashrom](https://www.automicvault.com/de/pkg/brew/flashrom/) - Shares av.db curated category or tags: cli, firmware, system.
- [fon-flash-cli](https://www.automicvault.com/de/pkg/brew/fon-flash-cli/) - Shares av.db curated category or tags: cli, firmware, system.
- [fwup](https://www.automicvault.com/de/pkg/brew/fwup/) - Shares av.db curated category or tags: cli, firmware, system.
- [dpcmd](https://www.automicvault.com/de/pkg/brew/dpcmd/) - Shares av.db curated category or tags: cli, firmware, system.
- [fwupd](https://www.automicvault.com/de/pkg/brew/fwupd/) - Shares av.db curated category or tags: cli, firmware, system.

## Combined YAML source

View the package source record on GitHub. [combined/acpica.yml](https://github.com/automic-vault/db/blob/main/combined/acpica.yml)


## Quellen

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
