acpi

Shows battery status or thermal information. More information: <https://sourceforge.net/projects/acpiclient/files/acpiclient/>.

Debian Debian
RUN apt-get update && \ apt-get install -y acpi
Ubuntu
RUN apt-get update && \ apt-get install -y acpi
Alpine
RUN apk add acpi
Arch Arch Linux
RUN pacman -S --noconfirm acpi
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y acpi
Fedora
RUN dnf install -y acpi
click the source code to copy install acpi on any operating system with command-not-found.com