pwmconfig

utility to control the fan speed

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