第 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

  1. Enable the BaseOS debug information package channel:

    # subscription-manager repos --enable rhel-10-for-$(uname -i)-baseos-debug-rpms
  2. Enable the BaseOS source package channel:

    # subscription-manager repos --enable rhel-10-for-$(uname -i)-baseos-source-rpms
  3. Enable the AppStream debug information package channel:

    # subscription-manager repos --enable rhel-10-for-$(uname -i)-appstream-debug-rpms
  4. Enable the AppStream source package channel:

    # subscription-manager repos --enable rhel-10-for-$(uname -i)-appstream-source-rpms

    The $(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 nameValue

    64-bit Intel and AMD

    x86_64

    64-bit ARM

    aarch64

    IBM POWER

    ppc64le

    64-bit IBM Z

    s390x

Red Hat logoGithubredditYoutubeTwitter

学习

尝试、购买和销售

社区

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

关于红帽文档

Legal Notice

Theme

© 2026 Red Hat
返回顶部