redhat6.4 安装epel源和aliyun的源

##下载阿里云的源

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo

修改阿里云的系统版本

sed -i ‘s/$releasever/6/g‘ CentOS-Base.repo

然后就可以使用了阿里云的源了

##下载epel的源

wget http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm

rpm -ivh epel-release-6-8.noarch.rpm

源于epel的源,需要注意一下就几点:

1.can not connection to metalink?

解决:

vi /etc/yum.repos.d/epel.repo

将第三行的注释打开,将第四行的注释掉,即:

[epel]

name=Extra Packages for Enterprise Linux 6 - $basearch

baseurl=http://download.fedoraproject.org/pub/epel/6/$basearch

#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch

failovermethod=priority

enabled=1

gpgcheck=1

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6

2.http://download.fedoraproject.org/pub/epel/6/x86_64/repodata/de6a02cff57c89b6ccb3c8d3d8700f9616af988510c36d6c2f1d18ad36bbd04b-comps-el6.xml.bz2: [Errno 14] problem making ssl connection

尝试其他镜像。

epel/primary_db                                                                       | 5.9 MB     00:12

http://download.fedoraproject.org/pub/epel/6/x86_64/repodata/1c39425dc34eee21f07f32b9b374f8775f8b72d1020b6ac56ab5c631f7a38a65-filelists.sqlite.bz2: [Errno 14] problem making ssl connection

尝试其他镜像。

错误:failure: repodata/1c39425dc34eee21f07f32b9b374f8775f8b72d1020b6ac56ab5c631f7a38a65-filelists.sqlite.bz2 from epel: [Errno 256] No more mirrors to try.

如果报上面的错:

1.将epel的enable 的1 改为0

2.yum install ca-certificates

3.将epel的enable 的0 改为1

ok可以使用了

时间: 2024-10-05 05:58:48

redhat6.4 安装epel源和aliyun的源的相关文章

CentOS 7.4 下安装Epel源和Nginx

EPEL (Extra Packages for Enterprise Linux)是基于Fedora的一个项目,为“红帽系”的操作系统提供额外的软件包,适用于RHEL.CentOS和Scientific Linux. 安装EPEL 安装地址:https://opsx.alibaba.com/mirror yum安装epel yum 安装 sl 和 cowsay 如何访问网站 curl 命令 请求和响应 安装/使用Nginx LNMP流程 下载Nginx 下载地址:http://nginx.or

Centos 7 配置阿里云 yum源和 安装 EPEL源

配置阿里云 yumwget -O /etc/yum.repos.d/CentOS-Baseali.repo http://mirrors.aliyun.com/repo/Centos-7.repo下载 repo到相应目录中 cd /etc/yum.repos.d/切换至 yum.repos.d 目录 ls查看目录中文件 yum clean all清空yum缓存 yum makecache建立yum缓存 yum reposlist查看仓库列表 安装EPEL源 yum list | grep epe

在CentOS 6上安装EPEL源

EPEL 是什么? EPEL (Extra Packages for Enterprise Linux,企业版Linux的额外软件包) 是Fedora小组维护的一个软件仓库项目,为RHEL/CentOS提供他们默认不提供的软件包.这个源兼容RHEL及像CentOS和Scientific Linux这样的衍生版本. 我们可以很容易地通过yum命令从EPEL源上获取上万个在CentOS自带源上没有的软件.EPEL提供的软件包大多基于其对应的Fedora软件包,不会与企业版Linux发行版本的软件发生

笔记-centos6安装EPEL YUM源

CentOS默认自带系统安装后的CentOS-Base.repo源,但官方源软件少.版本更新慢.基于此可以安装第三方yum原EPEL. EPEL的全称叫Extra Packages for Enterprise linux .EPEL是由 Fedora 社区打造,为 RHEL 及衍生发行版如 CentOS.Scientific Linux 等提供高质量软件包的项目.装上了 EPEL之后,就相当于添加了一个第三方源,对官方标准源是一个很好的补充..常用的软件服务,比如现在流行的nginx.dock

CentOS/RHEL Linux安装EPEL第三方软件源

EPEL(Extra Packages for Enterprise Linux) 是由 Fedora 社区打造,为 RHEL 及衍生发行版如 CentOS等提供高质量软件包的项目.装上了EPEL,就像在 Fedora 上一样,可以通过 yum install 软件包名,即可安装很多以前需要编译安装的软件.常用的软件或一些比较流行的软件,比如现在流行的nginx, openvpn等等,都可以使用EPEL很方便的安装更新. 安装EPEL源 更新: 目前可以直接通过执行命令: yum install

​CentOS 6 安装epel源

CentOS 6 安装epel源 CentOS 6.4 安装epel源方法: [[email protected] ~]# rpm -ivh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm [[email protected] ~]# sed -i '[email protected]#[email protected]@g' /etc/yum.repos.d/epel.repo [[

CentOS安装EPEL源

CentOS自带的yum源有时无法满足我们的需求,EPEL源的软件非常丰富,能很好地满足我们的需求. 有两种方式可以安装EPEL源: 登录https://fedoraproject.org/wiki/EPEL/zh-cn,下载对应版本的EPEL源,然后通过rpm来安装: 直接用yum来安装:yum install epel-release.

linux -小记(3) 问题:linux 安装epel扩展源报错

EPEL提供的软件包大多基于其对应的Fedora软件包,不会与企业版Linux发行版本的软件发生冲突或替换其文件. epel安装对应的rpm包 centos5 32位epel源下载地址: www.lishiming.net/data/attachment/forum/epel-release-5-4_32.noarch.rpm64位下载地址:  www.lishiming.net/data/attachment/forum/epel-release-5-4_64.noarch.rpmcentos

关于centos安装epel源的方法

今天想要给centos安装一个第三方软件源epel,但是网络文章上给的rpm包链接已经失效了,所以去了官网上查看,后来发现,下面这段话: 翻译过来就是:你可以通过运行yum install epel-release命令安装EPEL.现在这个包已经包含在CentOS配件库中,默认启用了. 所以大家如果想要安装epel这个第三方软件源的话,直接用yum就可以安装了,不用非要去下载rpm安装包,毕竟那些文章都是好几年之前的了0 0 ~~