Jimmy (xiaoke) ShenFollowDec 2, 2021·1 min readHow to upgrade cmake in ubuntu3 stepsapt remove cmakepip install cmake --upgradesudo ln /usr/local/bin/cmake /usr/bin/cmakeYou can use the following command to check the cmake versioncmake --version