Centos6.5安装webbench时出现/bin/sh: ctags: command not found解决方法

前端之家收集整理的这篇文章主要介绍了Centos6.5安装webbench时出现/bin/sh: ctags: command not found解决方法前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

安装webbench时执行make出现:

[zzq@weekend110 webbench-1.5]$ make
ctags *.c
/bin/sh: ctags: command not found
make: [tags] Error 127 (ignored)

意思是说缺少ctags命令,我没有装了,运行以下命令即可

yum install ctags
原文链接:https://www.f2er.com/centos/379992.html

猜你在找的CentOS相关文章