Skip to content
On this page

Updated at:

Fedora โ€‹

LinuxLinux
Linux

There is a Copr repository available for Fedora based distributions:

bash
# make sure you have the necessary plugin:
sudo dnf install dnf-plugins-core
sudo dnf copr enable codifryed/CoolerControl
sudo dnf install coolercontrol
sudo systemctl enable --now coolercontrold

For Fedora Atomic based distros:

Linux

bash
ujust install-coolercontrol

LinuxLinuxLinuxLinux

bash
# Install the Copr repository manually for your base Fedora release version:
wget https://copr.fedorainfracloud.org/coprs/codifryed/CoolerControl/repo/fedora-41/codifryed-CoolerControl-fedora-41.repo
sudo cp codifryed-CoolerControl-fedora-41.repo /etc/yum.repos.d/
rpm-ostree refresh-md
rpm-ostree install coolercontrol
# reboot
sudo systemctl enable --now coolercontrold

Released under the GPLv3+ License.