3.3. 配置软件仓库
流程
禁用所有软件仓库:
# 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-6.17-for-rhel-9-x86_64-rpms \ --enable=satellite-maintenance-6.17-for-rhel-9-x86_64-rpms
验证
验证是否启用了所需的软件仓库:
# dnf repolist enabled