Centos 6.6 无法从 EPEL 存储库安装 couchdb

Centos 6.6 无法从 EPEL 存储库安装 couchdb

问题在于couchdbEPEL 中的软件包不可用。有人面临同样的问题吗?

yum repolist

得到

Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
 * epel: mirror.imt-systems.com
repo id                                                                                         repo name                                                                                                                              status
base                                                                                            CentOS-6 - Base                                                                                                                         6,518
epel                                                                                            Extra Packages for Enterprise Linux 6 - x86_64                                                                                         11,173
extras                                                                                          CentOS-6 - Extras                                                                                                                          36
updates                                                                                         CentOS-6 - Updates                                                                                                                        550
repolist: 18,277

yum --enablerepo=epel info couchdb

得到

Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
 * epel: mirror.imt-systems.com
Error: No matching Packages to list

通过运行获取存储库

sudo rpm -Uvh http://mirrors.kernel.org/fedora-epel/6/i386/epel-release-6-8.noarch.rpm

我不想couchdb从源安装,它需要安装rebarErlang 的构建工具,这是必需的。

我花了很多时间没有成功。

答案1

尽管在网上找到了很多不同的指南,例如这个这没有帮助,我还发现了下列的其中规定:

我刚刚查询了 EPEL 中当前孤立且包含漏洞的所有软件包。我想知道它们是否仍然有用,或者是否可以从存储库中删除。清单如下:

couchdb - epel-all
...

相关内容