你的位置:首页 > 互联网IT

-bash: make: command not found

2022-07-21 浏览:(1159) 互联网IT 评论(0)

-bash: make: command not found

系统:centos8

软件:make

功能:make无法安装


Centos中无法使用make,make install,命令 make: command not found


一般出现这个-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++


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

出现"-bash: make: command not found"的错误提示,按照提示要求安装即可解决。。

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


QQ截图20220721220654.jpg -bash: make: command not found 互联网IT

参考地址:

https://blog.csdn.net/ctrigger/article/details/109336756

https://blog.51cto.com/sf1314/2107674


  • 发表评论
  • 查看评论
【暂无评论!】

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。