centos安装配置yum

配置yum仓库aliyun镜像

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
yum install wget

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

wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
 
yum clean all
 
yum makecache