# acpica を Homebrew, apk, MacPorts, pacman, zypper, dnf, chocolatey でインストール

acpica のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

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

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install acpica
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install acpica
```

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

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

## パッケージ情報

- **パッケージキー:** brew:acpica
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/acpica>
- **バージョン:** 20260408
- **ソース概要:** OS-independent implementation of the ACPI specification
- **ホームページ:** <https://github.com/acpica/acpica>
- **リポジトリ:** <https://github.com/acpica/acpica>
- **上流ドキュメント:** <https://www.intel.com/content/www/us/en/developer/topic-technology/open/acpica/documentation.html>
- **ライセンス:** Intel-ACPI OR GPL-2.0-only OR BSD-3-Clause
- **ソースアーカイブ:** <https://github.com/acpica/acpica/releases/download/20260408/acpica-unix2-20260408.tar.gz>
- **最終更新:** 2026-05-26T23:37:47-04:00
- **生成日時:** 2026-07-08T07:18:31+00:00

## 実行可能ファイル

- acpibin (cli)
- acpidump (cli)
- acpiexamples (cli)
- acpiexec (cli)
- acpihelp (cli)
- acpisrc (cli)
- acpixtract (cli)
- iasl (cli)
- acpibin (エイリアス)
- acpidump (エイリアス)
- acpiexamples (エイリアス)
- acpiexec (エイリアス)
- acpihelp (エイリアス)
- acpisrc (エイリアス)
- acpixtract (エイリアス)
- iasl (エイリアス)

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 20260408
- マネージャ更新日: 2026-05-26
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/acpica/acpica
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

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.

### プロジェクトの歴史

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.

### 採用の歴史

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.

### 使われ方

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.

### パッケージ好きにとっての重要性

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.

### タイムライン

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

### ソース

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


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

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

## 他のパッケージマネージャ記録

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


## 関連リンク

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


## ソース

- 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
