Ubuntu系统默认是没有安装make命令的,需要手动安装。可以通过以下步骤安装make命令:
sudo apt update
sudo apt install make
make --version
如果成功安装,会显示make的版本信息。现在make命令就已经成功安装在Ubuntu系统中了。