on_ac_power

common utils for power management

Debian Debian
RUN apt-get update && \ apt-get install -y powermgmt-base
Ubuntu
RUN apt-get update && \ apt-get install -y powermgmt-base
Alpine
RUN apk add pm-utils
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y powermgmt-base
CentOS
RUN yum install -y pm-utils
Raspbian
RUN apt-get update && \ apt-get install -y powermgmt-base
click the source code to copy install on_ac_power on any operating system with command-not-found.com