3.3. 配置软件仓库
流程
选择您要在其中安装的操作系统和版本:
3.3.1. Red Hat Enterprise Linux 9 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
禁用所有软件仓库:
subscription-manager repos --disable "*"
# subscription-manager repos --disable "*"
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 启用以下软件仓库:
subscription-manager repos \ --enable=rhel-9-for-x86_64-baseos-rpms \ --enable=rhel-9-for-x86_64-appstream-rpms \ --enable=satellite-6.16-for-rhel-9-x86_64-rpms \ --enable=satellite-maintenance-6.16-for-rhel-9-x86_64-rpms
# subscription-manager repos \ --enable=rhel-9-for-x86_64-baseos-rpms \ --enable=rhel-9-for-x86_64-appstream-rpms \ --enable=satellite-6.16-for-rhel-9-x86_64-rpms \ --enable=satellite-maintenance-6.16-for-rhel-9-x86_64-rpms
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
验证
验证是否启用了所需的软件仓库:
dnf repolist enabled
# dnf repolist enabled
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
3.3.2. Red Hat Enterprise Linux 8 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
禁用所有软件仓库:
subscription-manager repos --disable "*"
# subscription-manager repos --disable "*"
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 启用以下软件仓库:
subscription-manager repos \ --enable=rhel-8-for-x86_64-baseos-rpms \ --enable=rhel-8-for-x86_64-appstream-rpms \ --enable=satellite-6.16-for-rhel-8-x86_64-rpms \ --enable=satellite-maintenance-6.16-for-rhel-8-x86_64-rpms
# subscription-manager repos \ --enable=rhel-8-for-x86_64-baseos-rpms \ --enable=rhel-8-for-x86_64-appstream-rpms \ --enable=satellite-6.16-for-rhel-8-x86_64-rpms \ --enable=satellite-maintenance-6.16-for-rhel-8-x86_64-rpms
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 启用 DNF 模块:
dnf module enable satellite:el8
# dnf module enable satellite:el8
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 注意如果在启用
satellite:el8
模块时有关与 Ruby 或 PostgreSQL 冲突的警告,请参阅 附录 A, DNF 模块故障排除。有关 Red Hat Enterprise Linux 8 中模块和生命周期流的更多信息,请参阅 Red Hat Enterprise Linux Application Streams 生命周期。
验证
验证是否启用了所需的软件仓库:
dnf repolist enabled
# dnf repolist enabled
Copy to Clipboard Copied! Toggle word wrap Toggle overflow