我正在使用离线系统并尝试设置本地存储库来安装软件包。我的 rpm 位于 /home/user/rpm,并生成了我的 repodata,它驻留在 /home/user/rpm/repodata。
我在 /etc/yum/repos.d 中创建了 test.repo 并具有以下配置。
[test]
name=test
baseurl=file:///home/user/rpm
enabled=1
gpgcheck=0
然而,当尝试进行 yum repolist 时,我得到了
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register
test 0.0 B/s | 0 B 00:00
Failed to download metadata for repo 'test'
Error: Failed to download metadata for repo 'test'
我过去在使用 redhat 7 时没有遇到任何问题,但是在使用 redhat 8 时有什么问题吗?