获得centos7网络yum源

获得centos73网络yum源

wget http://mirrors.163.com/.help/CentOS7-Base-163.repo   网易
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo    阿里云

注意:
有的虚拟机没有wget命令 建议使用curl命令

curl  -o http://mirrors.163.com/.help/CentOS7-Base-163.repo   网易
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo    阿里云

posted on 2024-04-10 19:48  代码你敲我不敲  阅读(59)  评论(0)    收藏  举报

导航

返回顶端