CRI-O is typically installed from the official project repositories to match Kubernetes versions.
Follow the CRI-O repository instructions for your Kubernetes version, then:
sudo apt update
sudo apt install cri-o
Follow the CRI-O repo instructions for your Kubernetes version, then:
sudo dnf install cri-o
Enable and start:
sudo systemctl enable --now crio