Centos7阿里云yum源

Sikj_6590

关注

阅读 22

03-17 18:00


#Step1:下载repository 没有wget命令 就用curl
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

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

#Step2:安装epel基础组件源 没有wget命令 就用curl
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo

curl -o /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo

yum clean all

yum makecache
 

精彩评论(0)

0 0 举报