centos7修改为阿里的yum源

2018-11-26  本文已影响0人  墨丘利lh

以centos7为例 ,以 修改为阿里的yum源

1. 备份本地yum源

mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo_bak

2.获取阿里yum源配置文件

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

3.更新cache

yum makecache

4.查看

yum -y update

上一篇下一篇

猜你喜欢

热点阅读