0
sudo apt-get install cpupower

Installation error:

E: Unable to locate package cpupower

I have no idea why this error might be caused

Hobble
  • 1

1 Answers1

1

In Lunar Lobster, 22.04, cpupower is part of the linux-tools-common package.
Also, the kernel specific package has to be installed.
So two packages are needed to use it:

sudo apt install linux-tools-common linux-tools-`uname -r`
zx485
  • 2,865