cpufreq-set

A tool to modify CPU frequency settings. The frequency value should range between the output of command cpufreq-info -l. More information: <https://manned.org/cpufreq-set>.

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