yum命令安装wget无法安装
- 通过yum -y install wget安装wget失败,先执行下面命令
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
- 而后再执行
yum -y install wget
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
yum -y install wget
评论已关闭