-bash: make: command not found的解决办法

前端之家收集整理的这篇文章主要介绍了-bash: make: command not found的解决办法前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

Centos中无法使用make,makeinstall,命令make:commandnotfound

一般出现这个-bash: make: command not found提示

是因为安装系统的时候使用的是最小化mini安装,

系统没有安装make、vim等常用命令,直接yum安装下即可。


yum -y install gcc automake autoconf libtool make

直接ssh运行即可,安装make。

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

安装:

yum -y install gcc automake autoconf libtool make

安装g++:

yum install gcc gcc-c++

原文链接:https://www.f2er.com/bash/388145.html

猜你在找的Bash相关文章