美文网首页
centos安装阿里epel 源

centos安装阿里epel 源

作者: 温柔晚风 | 来源:发表于2018-04-19 09:44 被阅读0次

    方法一:添加epel阿里云

    1、 首先卸载以前装的epel 以免影响:

      rpm -e epel-release

    2、 下载阿里提供的epel 。

    wget -P /etc/yum.repos.d/ http://mirrors.aliyun.com/repo/epel-6.repo

    3、yum clean all

    4、yum makecache

      好了,  现在你要装epel源的软件的时候 不再慢吞吞了。

    方法二:全部改成阿里云的源的方法

    1、rm -rf /etc/yum.repos.d/*    (执行此操作的时候记得事先装好wget    不然 你就得挂载光盘用rpm装wget了。)

    2、wget -P /etc/yum.repos.d/ http://mirrors.aliyun.com/repo/epel-6.repo http://mirrors.aliyun.com/repo/Centos-6.repo

    这个时候,执行 yum repolist的结果如下

    [root@di02 ~]# yum repolist

    已加载插件:fastestmirror

    Loading mirror speeds from cached hostfile

    * base: mirrors.aliyun.com

    * epel: mirrors.aliyun.com

    * extras: mirrors.aliyun.com

    * updates: mirrors.aliyun.com

    相关文章

      网友评论

          本文标题:centos安装阿里epel 源

          本文链接:https://www.haomeiwen.com/subject/njiikftx.html