Debian Based โ
Debain packages are supported for the following distros:
- >= Debian Bookworm
- >= Ubuntu 22.04 (Jammy)
- Most other distributions based on the above.
- Kali Linux does not support using the
coolercontrol-liqctld
package.
Recommended You can quickly setup the Cloudsmith repository automatically:
*Other Cloudsmith Options
Make sure curl
is installed:
bash
sudo apt install curl apt-transport-https
bash
curl -1sLf \
'https://dl.cloudsmith.io/public/coolercontrol/coolercontrol/setup.deb.sh' \
| sudo -E bash
bash
sudo apt update
sudo apt install coolercontrol
If you want liquidctl integration:
bash
sudo apt install coolercontrol-liqctld
bash
sudo systemctl enable --now coolercontrold
Ubuntu 22.04 LTS Based Distros (Optional) โ
The Ubuntu package liquidctl
is outdated and there are several issues that can arise because of this. Particularly if you have a fan hub or AIO, like the NZXT Smart Device V2
or one of the newer NZXT 2023 Krakens, it's recommended to manually update the package to the latest version:
โ ๏ธ Before proceeding, make sure to run the commands outlined above.
bash
sudo systemctl stop coolercontrold
sudo pip install liquidctl --upgrade
sudo systemctl start coolercontrold
You might need to restart your computer for the changes to take effect