Package Details - acpica-tools
Metadata
- Version
- 20250807-1
- Architecture
amd64- Section
universe/devel- Priority
optional- Source
acpica-unix- Origin
- Ubuntu
- Maintainer
- Ivan Hu <ivan.hu@canonical.com>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- https://www.acpica.org
- Description
ACPICA tools for the development and debug of ACPI tables
Relations
Depends
Breaks
acpidump (<< 20100513-4)
iasl (<< 20130214-0.1)
Replaces
acpidump (<< 20100513-4)
iasl (<< 20130214-0.1)
Provides
acpidump
iasl
Reverse Dependencies
Loading…
How to Install
Step 1: Add this APT server
Option A: Using APKG CLI (recommended):
sudo apkg add-source https://apkg-dev.aiursoft.com/api/sources/1
Don't have apkg?
See how to install APKG CLI.
Option B: Manual bash setup:
sudo mkdir -p /usr/share/keyrings && \
curl -sL https://apkg-dev.aiursoft.com/artifacts/certs/anduinos | gpg --dearmor | sudo tee /usr/share/keyrings/anduinos-archive-keyring.gpg > /dev/null && \
echo "Types: deb
URIs: https://apkg-dev.aiursoft.com/artifacts/anduinos/
Suites: questing
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-1.sources && \
sudo apt update
Step 2: Install the package
sudo apt install acpica-tools
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 941 KB
Installed Size: 2776 B
Component: universe
Hashes
SHA256: b7f9a1c6f1c0485495a0206ebedfa0ce8f95d6e915e4e13b27d8ef5b78005edd SHA1: f28381fbf3e53dfa43e40cb4f0612759f348eab2 MD5: 3ee6a6d4526fcf7961f5038518e18b37What is a Package?
A .deb package is a software bundle ready to install on Debian/Ubuntu systems. It contains binaries, configs, and dependency metadata.
How to use: First add the APT repository via sudo apkg add-source, then sudo apt install @pkg.Package. Or download the .deb directly.