开始使用Openshift和RHEL 6

时间:2012-08-06 05:44:14

标签: rubygems openshift rhel6

OpenShift Getting Started页面说要运行

sudo rhn-channel --add --channel=rhel-x86_64-server-optional-6

为了在RHEL 6中安装rubygems但是当我运行该命令时,我得到了输出

An error has occurred:
<type 'exceptions.TypeError'>
See /var/log/up2date for more information

我该如何解决这个问题?

2 个答案:

答案 0 :(得分:2)

改为运行此命令:

yum-config-manager --enable rhel-6-server-optional-rpms

有关详细信息,请参阅http://web.archive.org/web/20120707214814/http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/entitlements-and-yum.html

答案 1 :(得分:1)

只需尝试:yum install ruby​​gems如果你的目标只是安装rubygems然后rhc

这应该有效:)