coolercontrold from home:pallaswept:branches:cc-obs project

Select Your Operating System

For Arch Linux, edit /etc/pacman.conf and add the following (note that the order of repositories in pacman.conf is important, since pacman always downloads the first found package):
[home_pallaswept_branches_cc-obs_Arch]
Server = https://download.opensuse.org/repositories/home:/pallaswept:/branches:/cc-obs/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:pallaswept:branches:cc-obs/Arch/$(uname -m)/home_pallaswept_branches_cc-obs_Arch.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')

pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"

pacman -Sy home_pallaswept_branches_cc-obs_Arch/coolercontrold
For Debian Testing run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/pallaswept:/branches:/cc-obs/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:pallaswept:branches:cc-obs.list
curl -fsSL https://download.opensuse.org/repositories/home:pallaswept:branches:cc-obs/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_pallaswept_branches_cc-obs.gpg > /dev/null
sudo apt update
sudo apt install coolercontrold
For Debian 13 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/pallaswept:/branches:/cc-obs/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:pallaswept:branches:cc-obs.list
curl -fsSL https://download.opensuse.org/repositories/home:pallaswept:branches:cc-obs/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_pallaswept_branches_cc-obs.gpg > /dev/null
sudo apt update
sudo apt install coolercontrold
For Fedora 43 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:pallaswept:branches:cc-obs/Fedora_43/home:pallaswept:branches:cc-obs.repo
dnf install coolercontrold
For Fedora 42 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:pallaswept:branches:cc-obs/Fedora_42/home:pallaswept:branches:cc-obs.repo
dnf install coolercontrold
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:pallaswept:branches:cc-obs/openSUSE_Tumbleweed/home:pallaswept:branches:cc-obs.repo
zypper refresh
zypper install coolercontrold
For openSUSE Slowroll run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:pallaswept:branches:cc-obs/openSUSE_Slowroll/home:pallaswept:branches:cc-obs.repo
zypper refresh
zypper install coolercontrold
For xUbuntu 25.10 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/pallaswept:/branches:/cc-obs/xUbuntu_25.10/ /' | sudo tee /etc/apt/sources.list.d/home:pallaswept:branches:cc-obs.list
curl -fsSL https://download.opensuse.org/repositories/home:pallaswept:branches:cc-obs/xUbuntu_25.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_pallaswept_branches_cc-obs.gpg > /dev/null
sudo apt update
sudo apt install coolercontrold

Packages for xUbuntu 25.10: