Do you know how to install CMake 3.5 or higher in Cent OS ?

I found this: https://cmake.org/pipermail/cmake/2016-March/063085.html
But I do not find any download link for CMake 3.5 or higher on https://cmake.org/download/.
The last downloadable version of CMake that I see is 3.23.0-rc3.
“lsb_release -d” outputs this: “1. Description: CentOS Linux release 8.5.2111”
Can you help me?
Thanks

Did you already tried to use Cent OS’s package manager to update CMake?
sudo yum install cmake

I don’t quite get it…
3.22.3 / 3.23.0-rc3 is definitely higher than 3.5. So what’s the problem?