tar -xvf cmake-3.16.4.tar.gz
cd cmake-3.16.4
./configure --prefix=/path/to/CMAKE
make -j&&make install
export PATH=/path/to/CMAKE/bin:$PATH