在Ubuntu系统上安装CMake可以通过以下步骤进行:
sudo apt update
sudo apt install cmake
cmake --version
如果成功安装,将显示CMake的版本信息。现在您可以开始使用CMake来管理和构建您的项目。