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

阿里云配置详解

时间:2018-04-06 23:49:20      阅读:189      评论:0      收藏:0      [点我收藏+]

标签:get   wget   配置详解   tle   make   alt   blog   mkdir   too   

官方的yum源在国内访问效果不佳。

需要改为国内比较好的阿里云或者网易的yum源

修改方式:

技术分享图片
下载wget
yum install wget -y
echo 备份当前的yum源
mv /etc/yum.repos.d /etc/yum.repos.d.backup4comex
echo 新建空的yum源设置目录
mkdir /etc/yum.repos.d
echo 下载阿里云的yum源配置
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
技术分享图片

然后重建缓存:

yum clean all
yum makecache

技术分享图片

阿里云配置详解

标签:get   wget   配置详解   tle   make   alt   blog   mkdir   too   

原文地址:https://www.cnblogs.com/javaboy2018/p/8728996.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
分享档案
周排行
mamicode.com排行更多图片
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!