2.2. 配置软件仓库
前提条件
- 如果您要将 Capsule 服务器安装为 Red Hat Virtualization 上托管的虚拟机,还必须启用 Red Hat Common 软件仓库,然后安装 Red Hat Virtualization 客户机代理和驱动程序。如需更多信息,请参阅虚拟机管理指南中的在 Red Hat Enterprise Linux 上安装客户机代理和驱动程序。
流程
选择您要在其中安装的操作系统和版本:
2.2.1. Red Hat Enterprise Linux 9
禁用所有软件仓库:
# subscription-manager repos --disable "*"
启用以下软件仓库:
# subscription-manager repos \ --enable=rhel-9-for-x86_64-baseos-rpms \ --enable=rhel-9-for-x86_64-appstream-rpms \ --enable=satellite-capsule-6.16-for-rhel-9-x86_64-rpms \ --enable=satellite-maintenance-6.16-for-rhel-9-x86_64-rpms
验证
验证是否启用了所需的软件仓库:
# dnf repolist enabled
2.2.2. Red Hat Enterprise Linux 8
禁用所有软件仓库:
# 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-capsule-6.16-for-rhel-8-x86_64-rpms \ --enable=satellite-maintenance-6.16-for-rhel-8-x86_64-rpms
启用模块:
# dnf module enable satellite-capsule:el8
验证
验证是否启用了所需的软件仓库:
# dnf repolist enabled
其它资源
-
如果在启用
satellite-capsule:el8
模块时有关与 Ruby 或 PostgreSQL 冲突的警告,请参阅对 DNF 模块进行故障排除。 - 有关 Red Hat Enterprise Linux 8 中模块和生命周期流的更多信息,请参阅 Red Hat Enterprise Linux 8 Application Streams 生命周期。