安装wget
yum -y install wget
更新wget
yum -y update wget
删除wget
yum -y remove wget
wget命令
-c 继续执行上次中断的任务
-b 在后台运行
下载安装包
wget http://lamp.phpstudy.net/phpstudy.bin
更改权限
chmod 777 phpstudy.bin
安装程序
/phpstudy.bin
选择版本:5 (php5.5)-> a (apache)-> y (选是)
等待安装完成即可。