wget安装
排查是否安装过wget
rpm -qa|grep "wget"
如果安装过了,就卸载
yum remove wget
去网易CentOS7安装包镜像站下载wget安装包:http://mirrors.163.com/centos/7/os/x86_64/Packages/
安装wget
rpm -ivh wget安装包名
执行如下命令,查看wget的版本信息
wget -V
排查是否安装过wget
rpm -qa|grep "wget"
如果安装过了,就卸载
yum remove wget
去网易CentOS7安装包镜像站下载wget安装包:http://mirrors.163.com/centos/7/os/x86_64/Packages/
安装wget
rpm -ivh wget安装包名
执行如下命令,查看wget的版本信息
wget -V