centos6.5的epel源安装脚本

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos6.5的epel源安装脚本相关的知识,希望对你有一定的参考价值。

epel源是对yum源的补充

[[email protected] omserver ~]# vim epel.sh

#!/bin/bash

yum install -y yum-priorities

rpm -Uvh http://mirrors.ustc.edu.cn/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm

rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm

rpm -q epel-release

rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6

echo "priority=11" >>/etc/yum.repos.d/epel.repo

yum makecache



sh epel.sh


本文出自 “积少成多” 博客,请务必保留此出处http://9399369.blog.51cto.com/9389369/1737786

以上是关于centos6.5的epel源安装脚本的主要内容,如果未能解决你的问题,请参考以下文章

如何在CentOS6.5系统中安装Docker

如何在CentOS6.5系统中安装Docker

Centos6.5 下安装 tmux(免编译)

centos6 安装xhprof扩展

centos6.5 安装php5.6

centos下epel源的安装