我是linux的新手,我正在学习LINUX心跳。我正在努力做到 “yum install heartbeat”显示我如下...
# cat /etc/issue Red Hat Enterprise Linux Server release 5.8 (Tikanga) # yum install heartbeat Loaded plugins: katello, product-id, rhnplugin, security, subscription-manager Updating certificate-based repositories. Unable to read consumer identity Setting up Install Process No package heartbeat available. Nothing to do #
我当地的Centos确实有效。谁能解释一下为什么redhat不起作用以及我该怎么办?
答案 0 :(得分:1)
您可以从EPEL存储库获取热量
为32位
su -c 'rpm -Uvh http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm'
用x86_64代替i386 64位
答案 1 :(得分:1)
Red Hat EL没有默认配置EPEL。请参阅http://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F。
在您的情况下,请安装http://download.fedoraproject.org/pub/epel/5/i386/repoview/epel-release.html并重复您的命令。