cpufreq-info

A tool to show CPU frequency information. More information: <https://manned.org/cpufreq-info>.

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-info on any operating system with command-not-found.com