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

centos安装epel源

时间:2018-05-30 17:37:57      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:epel   yum   

yum -y install wget
cd /etc/yum.repos.d/
mkdir bak
mv ./*.repo bak
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-6.repo
yum clean all && yum makecache

centos安装epel源

标签:epel   yum   

原文地址:http://blog.51cto.com/12822117/2122084

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