热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

centos安装wget

yum-yinstallwget#yum-yinstallsetup本文#yuminstallperlSearchingforGCC...Thepath""isnotvalidpathtothegccbinary.Wouldyouliketo

yum -y install wget


#yum -y install setup 本文

#yum install perl

Searching for GCC...

The path "" is not valid path to the gcc binary.
Would you like to change it? [yes]
如果出现这个就表明gcc没有安装
 
yum install gcc make 
将gcc和make一起装好
 
Searching for a valid kernel header path...
The path "" is not valid.
Would you like to change it? [yes]
如果出现这个就表示kernel-devel包没有安装
 
yum install kernel-devel
 
安装后如果还没有搜索到kernel-header, 尝试重起后, 再运行一次

vmware-install.pl

#yum install perl来

 

---防火墙 端口
/etc/init.d/iptables stop
/etc/init.d/iptables status


推荐阅读
author-avatar
mobiledu2502912737
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有