无法在 Redhat 7 上运行 yum 命令

无法在 Redhat 7 上运行 yum 命令

我有一个新的 Red Hat Enterprise Linux Server 版本 7.3,我尝试按照链接中的步骤在此计算机上安装 Ambari Server

http://docs.hortonworks.com/HDPDocuments/Ambari-2.1.0.0/bk_Installing_HDP_AMB/content/_download_the_ambari_repo_lnx7.html

我能够运行第一步,即

wget -nv http://public-repo-1.hortonworks.com/ambari/centos7/2.x/updates/2.1.0/ambari.repo -O /etc/yum.repos.d/ambari.repo

但是当我执行后续步骤时yum repolist,或者yum install ambari-server出现以下错误。

Loaded plugins: langpacks, product-id, rhnplugin, search-disabled-repos, subscription-manager


rhn-plugin: RPM error.  The message was:
Could not determine what version of Red Hat Linux you are running.
If you get this error, try running 

        rpm --rebuilddb

我运行了上面的命令,但它没有解决我的问题。我试图寻找答案,但在互联网上没有找到任何内容。

任何人都可以识别这个问题吗?

相关内容