3.3. 配置软件仓库
使用以下步骤启用安装 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.13-for-rhel-8-x86_64-rpms \ --enable=satellite-maintenance-6.13-for-rhel-8-x86_64-rpms启用 DNF 模块:
# dnf module enable satellite:el8注意如果在启用
satellite:el8模块时与 Ruby 或 PostgreSQL 冲突有任何警告,请参阅对 DNF 模块进行故障排除。有关 Red Hat Enterprise Linux 8 模块和生命周期流的更多信息,请参阅 Red Hat Enterprise Linux 应用程序流生命周期。