码迷,mamicode.com
首页 > 其他好文 > 详细

centos的阿里云yum源设置

时间:2018-07-09 11:15:17      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:阿里   yum源   设置   repos   http   span   class   style   yun   

使用国内的阿里云镜像

(1)把/etc/yum.repos.d/下面所有的源给删除掉了

(2)下载镜像

1 # CentOS 5
2 wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repo
3 # CentOS 6
4 wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
5 # CentOS 7
6 wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

 

centos的阿里云yum源设置

标签:阿里   yum源   设置   repos   http   span   class   style   yun   

原文地址:https://www.cnblogs.com/huang99882008/p/9282163.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!