How to Install and Uninstall cpufreqd Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "cpufreqd" package

This guide covers the steps necessary to install cpufreqd on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cpufreqd

2. Uninstall "cpufreqd" package

Please follow the steps below to uninstall cpufreqd on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove cpufreqd $ sudo apt autoclean && sudo apt autoremove

3. Information about the cpufreqd package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: cpufreqd
Priority: optional
Section: universe/admin
Installed-Size: 313
Maintainer: Ubuntu Developers
Original-Maintainer: Mattia Dongili
Architecture: amd64
Version: 2.4.2-2ubuntu1
Depends: libc6 (>= 2.15), libcpufreq0 (>= 001), libsensors4 (>= 1:3.0.0), libsysfs2, lsb-base (>= 3.0)
Recommends: acpid
Suggests: cpufrequtils
Conflicts: cpudyn, powernowd
Filename: pool/universe/c/cpufreqd/cpufreqd_2.4.2-2ubuntu1_amd64.deb
Size: 65366
MD5sum: e11655bb65f7789c59f7e6961504f76c
SHA1: cbda31f633440f5fddf32bb50d578793a0f1d6e7
SHA256: 9ece080f8510d9ec795f0fe19851afa8e24943bf12471ebf7143e71389500b98
Description-en: fully configurable daemon for dynamic frequency and voltage scaling
cpufreqd is meant to be a replacement of the speedstep applet you can find on
some other OS, it monitors the system status and selects the most appropriate
CPU level. It is fully configurable and easily extensible through the many
available plug-ins (more to come).
Despite its name it can be used to control also the NForce2-Atxp1 voltage
regulator and the core and memory clock for NVidia cards (see README.Debian).
.
You need a CPUFreq driver and either APM, ACPI (a recent version) or PMU
enabled in your kernel in order for this daemon to work.
Description-md5: 2e6607a4cd24cc140a7c1cd9613eaaab
Homepage: http://sourceforge.net/projects/cpufreqd
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu