1.2. 启用调试和源存储库
Red Hat Enterprise Linux 的标准安装并不会启用 debug 和 source 软件仓库。这些仓库包含调试系统组件并测量其性能所需的信息。
步骤
- 启用源和调试信息频道: - subscription-manager repos --enable rhel-9-for-$(uname -i)-baseos-debug-rpms subscription-manager repos --enable rhel-9-for-$(uname -i)-baseos-source-rpms subscription-manager repos --enable rhel-9-for-$(uname -i)-appstream-debug-rpms subscription-manager repos --enable rhel-9-for-$(uname -i)-appstream-source-rpms - # subscription-manager repos --enable rhel-9-for-$(uname -i)-baseos-debug-rpms # subscription-manager repos --enable rhel-9-for-$(uname -i)-baseos-source-rpms # subscription-manager repos --enable rhel-9-for-$(uname -i)-appstream-debug-rpms # subscription-manager repos --enable rhel-9-for-$(uname -i)-appstream-source-rpms- Copy to Clipboard Copied! - Toggle word wrap Toggle overflow - $(uname -i)部分会自动替换为与您的系统构架匹配的值:- Expand - 架构名称 - Value - 64 位 Intel 和 AMD - x86_64 - 64-bit ARM - aarch64 - IBM POWER - ppc64le - 64-bit IBM Z - s390x