1.2. 디버그 및 소스 리포지토리 활성화
Red Hat Enterprise Linux의 표준 설치는 디버그 및 소스 리포지토리를 활성화하지 않습니다. 이러한 리포지토리에는 시스템 구성 요소를 디버그하고 해당 성능을 측정하는 데 필요한 정보가 포함되어 있습니다.
절차
소스 및 디버깅 정보 패키지 채널을 활성화합니다.
# subscription-manager repos --enable rhel-8-for-$(uname -i)-baseos-debug-rpms # subscription-manager repos --enable rhel-8-for-$(uname -i)-baseos-source-rpms # subscription-manager repos --enable rhel-8-for-$(uname -i)-appstream-debug-rpms # subscription-manager repos --enable rhel-8-for-$(uname -i)-appstream-source-rpms
$(uname -i)
부분은 시스템 아키텍처와 일치하는 값으로 자동 교체됩니다.아키텍처 이름 값 64비트 Intel 및 AMD
x86_64
64비트 ARM
aarch64
IBM POWER
ppc64le
64-bit IBM Z
s390x