OpenShift Getting Started页面显示要运行
sudo rhn-channel --add --channel=rhel-x86_64-server-optional-6以便在RHEL6中安装rubygems。
An error has occurred:
<type 'exceptions.TypeError'>
See /var/log/up2date for more information我该如何解决这个问题?
发布于 2012-08-06 13:44:14
改为运行以下命令:
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。
发布于 2013-12-21 04:35:11
只需尝试: yum install rubygems,如果您的目标是只安装rubygems,然后安装rhc
这应该是可行的:)
https://stackoverflow.com/questions/11823044
复制相似问题