答案1
你可以安装这个 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
答案2
EPEL,即企业 Linux 的额外软件包,是yum 存储库旨在向 Red Hat Enterprise Linux 提供来自 Fedora 和其他地方的一些软件包,因此也适用于 CentOS。抱歉,它不适合在 Fedora 系统上使用。
继续上面 cjc 的评论,他是对的。我在桌面上运行 F16,似乎yum install
在 Fedora 存储库中找到了所需的一切:
[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)