bash: make: command not found

1 개요[ | ]

bash: make: command not found
Console
Copy
root@localhost:/hello# ls Makefile 
Makefile
root@localhost:/hello# make
bash: make: command not found
OS install commmand
CentOS yum install make
Debian/Ubuntu apt install make

2 같이 보기[ | ]