acpitool
command line ACPI client
Install
- All systems
-
curl cmd.cat/acpitool.sh
- Debian
-
apt-get install acpitool
- Ubuntu
-
apt-get install acpitool
- Kali Linux
-
apt-get install acpitool
- Fedora
-
dnf install acpitool
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install acpitool
- Raspbian
-
apt-get install acpitool
- Dockerfile
- dockerfile.run/acpitool
acpitool
command line ACPI client
AcpiTool is a Linux ACPI client. It's a small command line application, intended to be a replacement for the apm tool. The primary target audience are laptop users, since these people are most interested in things like battery status, thermal status and the ability to suspend (sleep mode). The program simply accesses the /proc/acpi or /sysfs entries to get or set ACPI values. It also supports various extensions for Toshiba, Asus, and IBM Thinkpad laptops.
acpitool-dbg
command line ACPI client (debug)
AcpiTool is a Linux ACPI client. It's a small command line application, intended to be a replacement for the apm tool. The primary target audience are laptop users, since these people are most interested in things like battery status, thermal status and the ability to suspend (sleep mode). The program simply accesses the /proc/acpi or /sysfs entries to get or set ACPI values. It also supports various extensions for Toshiba, Asus, and IBM Thinkpad laptops. This package contains the debugging symbols.