3.4. 配置软件仓库
使用以下步骤启用安装 Satellite 服务器所需的存储库。
禁用所有软件仓库:
# subscription-manager repos --disable "*"启用以下软件仓库:
# subscription-manager repos --enable=rhel-8-for-x86_64-baseos-rpms \ --enable=rhel-8-for-x86_64-appstream-rpms \ --enable=satellite-6.15-for-rhel-8-x86_64-rpms \ --enable=satellite-maintenance-6.15-for-rhel-8-x86_64-rpms启用 DNF 模块:
# dnf module enable satellite:el8注意如果在启用
satellite:el8模块时有任何与 Ruby 或 PostgreSQL 冲突的警告,请参阅 附录 A, DNF 模块故障排除。有关 Red Hat Enterprise Linux 8 模块和生命周期流的更多信息,请参阅 Red Hat Enterprise Linux Application Streams 生命周期。