我们使用的是rhel 7.6版本
让我们感到非常惊讶的是,rhel 7.6 上默认没有安装 yum-config-manager
所以我们下载 rhel 7.6 的 ISO 文件,并将 rhel 7.6 中的所有 pkg 挂载到 /mnt
并为 rhel 7.6 创建存储库
所以现在我们尝试安装 yum-config-manager
但:
yum install yum-config-manager
Loaded plugins: langpacks
configuration
No package yum-config-manager available.
Error: Nothing to do
所以我不明白为什么这个 pkg/rpm 不是 ISO 的一部分?
更新,我们也做了
yum provides */yum-config-manager
Loaded plugins: langpacks
configuration
InstallMedia/filelists_db | 3.4 MB 00:00:00
yum-utils-1.1.31-50.el7.noarch : Utilities based around the yum package manager
Repo : InstallMedia
Matched from:
Filename : /usr/bin/yum-config-manager
yum-utils-1.1.31-50.el7.noarch : Utilities based around the yum package manager
Repo : @InstallMedia
Matched from:
Filename : /usr/bin/yum-config-manager
答案1
该yum-config-manager
程序不是一个独立的包。它是包的一部分yum-utils
,因此:
yum install yum-utils
答案2
正如另一个答案所说,它是yum-utils
包的一部分。任何其他丢失的软件包很可能位于补充二进制 DVD ISO 上。他们无法将所有可以刻录到 DVD 的 ISO 内容都包含在内。
如果您要安装已安装的 ISO 映像并且没有向 redhat 注册系统,为什么不直接使用一切来自 CentOS 的 ISO?使用起来会更方便。