第 1 章 Setting up a development workstation
Red Hat Enterprise Linux 10 supports development of custom applications. Learn about common development use cases and the required tools. You must ensure that the RHEL system, including a graphical environment, is installed and subscribed.
1.1. Enabling debug and source repositories 复制链接链接已复制到粘贴板!
To debug system components and measure their performance, enable the debug and source repositories. These repositories contain the required information for debugging and profiling but are disabled by default in a standard Red Hat Enterprise Linux installation.
Procedure
Enable the BaseOS debug information package channel:
# subscription-manager repos --enable rhel-10-for-$(uname -i)-baseos-debug-rpmsEnable the BaseOS source package channel:
# subscription-manager repos --enable rhel-10-for-$(uname -i)-baseos-source-rpmsEnable the AppStream debug information package channel:
# subscription-manager repos --enable rhel-10-for-$(uname -i)-appstream-debug-rpmsEnable the AppStream source package channel:
# subscription-manager repos --enable rhel-10-for-$(uname -i)-appstream-source-rpmsThe
$(uname -i)part is automatically replaced with a matching value for architecture of your system:Expand 表 1.1. Values produced by $(uname -i) for each architecture Architecture name Value 64-bit Intel and AMD
x86_64
64-bit ARM
aarch64
IBM POWER
ppc64le
64-bit IBM Z
s390x