How to upgrade cmake in ubuntu
Dec 2, 2021
3 steps
apt remove cmake
pip install cmake --upgrade
sudo ln /usr/local/bin/cmake /usr/bin/cmake
You can use the following command to check the cmake version
cmake --version
3 steps
apt remove cmake
pip install cmake --upgrade
sudo ln /usr/local/bin/cmake /usr/bin/cmake
You can use the following command to check the cmake version
cmake --version