Can't install CoolerControl

sudo dnf install dnf-plugins-core
sudo dnf copr enable codifryed/CoolerControl
sudo dnf install coolercontrol
sudo systemctl enable --now coolercontrold

when I run 2nd command I get an error about copr

besensac@bazzite:~$ sudo dnf copr enable codifryed/CoolerControl
[sudo] password for besensac:
error: unrecognized subcommand 'copr'

Usage: yum [OPTIONS] <COMMAND>

For more information, try '--help'.
Solution
fixed with this command
copr enable codifryed/CoolerControl
Was this page helpful?