-bash: make: command not found solution

Unable to use make, make install, command in Centos make: command not found

Usually this -bash: make: command not found prompt appears,

It is because the mini-installation is used when installing the system,

The system does not have common commands such as make and vim installed, and you can install it directly with yum.


yum -y install gcc automake autoconf libtool make

Just run ssh directly and install make.

-------------------------------------------------------

Install:

yum -y install gcc automake autoconf libtool make

Install g++:

yum install gcc gcc-c++


Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324852944&siteId=291194637