阿里云epel源
epel是個好東西,不過國外的速度實在是不能忍受。所以 有了這篇文章。
1、 首先卸載以前裝的epel以免影響
2、 下載阿里提供的epel
wget -P /etc/yum.repos.d/ http://mirrors.aliyun.com/repo/epel-6.repo##centos6
wget -P /etc/yum.repos.d/ http://mirrors.aliyun.com/repo/Centos-7.repo
##centos7
3、清除建立緩存
yum clean all yum makecache好了,現在你要裝epel源的軟件的時候 不再慢吞吞了。
或者直接安裝
轉載于:https://www.cnblogs.com/linuxde/p/8719423.html
總結
- 上一篇: Elasticsearch分布式一致性原
- 下一篇: 你真的会使用assert吗?