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

安装阿里yum源

时间:2019-08-01 11:40:48      阅读:190      评论:0      收藏:0      [点我收藏+]

标签:查看   list   替换   repos   aliyun   http   yum源   成功   不用   

1.删除自带的yum源:
#cd /etc/yum.repos.d/
#rm -rf *
 
2.配置远程yum源:
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
(两种任选一个就好)
###将$releasever替换为6,不用做这步
 
3.进行验证yum源配置成功:
清除缓存yum源
#yum clean all
 
4.链接远程的yum源
#yum makecache
 
5.查看已配置好的yum源信息“
#yum repolist

安装阿里yum源

标签:查看   list   替换   repos   aliyun   http   yum源   成功   不用   

原文地址:https://www.cnblogs.com/allenhu320/p/11281459.html

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