如何启用“EPEL”存储库的centos?

我试图安装couchdb,但从源代码安装失败。

我在wiki中看到,它说,如果我“启用EPEL存储库”,我可以使用yum install couchdb来安装。

但我是新来的linux,“启用EPEL存储库”是什么意思? 我的Linux是 Fedora 16 Centos 6.2。

你可以安装这个rpm

 rpm -ivh http://mirror.cogentco.com/pub/linux/epel/6/i386/epel-release-6-7.noarch.rpm yum update yum install couchdb 

**镜子上的epel-release已经变成了6-7

EPEL或Enterprise Linux的额外软件包是一个yum存储库,旨在提供Fedora和其他地方的一些软件包到红帽企业Linux ,因此也提供给CentOS。 这不适合在Fedora系统上使用,对不起。

为了跟上cjc的评论,上面他是对的。 我正在桌面上运行F16,而yum install似乎在Fedora存储库中find了它所需的所有东西:

 [root@risby ez-pine-gpg]# cat /etc/redhat-release Fedora release 16 (Verne) [root@risby ez-pine-gpg]# yum install couchdb Loaded plugins: refresh-packagekit Resolving Dependencies [...many lines removed...] Dependencies Resolved ================================================================================================================================================================================== Package Arch Version Repository Size ================================================================================================================================================================================== Installing: couchdb i686 1.0.3-2.fc16 fedora 533 k Installing for dependencies: erlang-compiler i686 R14B-04.1.fc16 fedora 984 k erlang-crypto i686 R14B-04.1.fc16 fedora 51 k erlang-erts i686 R14B-04.1.fc16 fedora 1.4 M erlang-et i686 R14B-04.1.fc16 fedora 198 k erlang-eunit i686 R14B-04.1.fc16 fedora 139 k erlang-gs i686 R14B-04.1.fc16 fedora 606 k erlang-hipe i686 R14B-04.1.fc16 fedora 1.0 M erlang-ibrowse i686 2.2.0-4.fc16 fedora 96 k erlang-inets i686 R14B-04.1.fc16 fedora 755 k erlang-kernel i686 R14B-04.1.fc16 fedora 1.0 M erlang-mnesia i686 R14B-04.1.fc16 fedora 663 k erlang-mochiweb i686 1.4.1-5.fc16 fedora 338 k erlang-oauth i686 1.0.1-2.fc15 fedora 27 k erlang-observer i686 R14B-04.1.fc16 fedora 206 k erlang-public_key i686 R14B-04.1.fc16 fedora 396 k erlang-runtime_tools i686 R14B-04.1.fc16 fedora 211 k erlang-sasl i686 R14B-04.1.fc16 fedora 268 k erlang-ssl i686 R14B-04.1.fc16 fedora 379 k erlang-stdlib i686 R14B-04.1.fc16 fedora 2.2 M erlang-syntax_tools i686 R14B-04.1.fc16 fedora 324 k erlang-tools i686 R14B-04.1.fc16 fedora 536 k erlang-webtool i686 R14B-04.1.fc16 fedora 45 k erlang-wx i686 R14B-04.1.fc16 fedora 2.5 M erlang-xmerl i686 R14B-04.1.fc16 fedora 940 k Transaction Summary ================================================================================================================================================================================== Install 1 Package (+24 Dependent packages)