首页 > 学院 > 开发设计 > 正文

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

2019-11-06 08:29:04
字体:
来源:转载
供稿:网友

出现错误:-bash: make: command not found 原因分析:一般出现这个-bash: make: command not found提示,是因为安装系统的时候使用的是最小化mini安装,系统没有安装make、vim等常用命令,直接sudo apt-get install安装下即可。 解决方法:

sudo apt-get updatesudo apt-get install gcc automake autoconf libtool make

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


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表