cmake: command not found linux code example
Example 1: bash: cmake: command not found
sudo apt-get install build-essential cmake
Example 2: cmake version comand
cmake --version
sudo apt-get install build-essential cmake
cmake --version