🌐
Red Hat
docs.redhat.com › en › documentation › red_hat_developer_toolset › 10 › html › user_guide › chap-red_hat_developer_toolset
Chapter 1. Red Hat Developer Toolset | User Guide | Red Hat Developer Toolset | 10 | Red Hat Documentation
Replace repository with the name of the repository to enable. Once the subscription is attached to the system, you can install Red Hat Developer Toolset as described in Section 1.5, “Installing Red Hat Developer Toolset”. For more information on how to register your system using Red Hat Subscription Management and associate it with subscriptions, see the Red Hat Subscription Management collection of guides.
🌐
Red Hat
docs.redhat.com › en › documentation › red_hat_developer_toolset › 9 › pdf › user_guide › part-development_tools pdf
Red Hat Developer Toolset 9 User Guide
rhscl-version-debug-rpms repository as described in Section 1.4, “Getting Access to Red Hat · CHAPTER 1. RED HAT DEVELOPER TOOLSET
🌐
Red Hat
access.redhat.com › documentation › en-us › red_hat_developer_toolset › 11 › html-single › user_guide › index
User Guide | Red Hat Developer Toolset | 11 | Red Hat Documentation
July 19, 2023 - Enable Red Hat Developer Toolset by using Red Hat Subscription Management. For information on how to register your system with this subscription management service, see the Red Hat Subscription Management collection of guides. Complete the following steps to attach a subscription that provides access to the repository for Red Hat Software Collections (which includes Red Hat Developer Toolset), and then enable that repository:
🌐
Red Hat
docs.redhat.com › en › documentation › red_hat_developer_toolset › 10 › html-single › 10.0_release_notes › index
10.0 Release Notes | Red Hat Developer Toolset | 10 | Red Hat Documentation
Red Hat Developer Toolset 10.0 requires systems to be subscribed to the Optional repository in order to access all the necessary dependent packages required by the Red Hat Developer Toolset toolchain.
🌐
Red Hat
docs.redhat.com › en › documentation › red_hat_developer_toolset › 11 › pdf › user_guide › red_hat_developer_toolset-11-user_guide-en-us.pdf pdf
Red Hat Developer Toolset 11 User Guide
rhscl-version-debug-rpms repository as described in Section 1.4, “Getting Access to Red Hat · Developer Toolset”. For more information on how to get access to debuginfo packages, see
🌐
Red Hat
access.redhat.com › documentation › en-us › red_hat_developer_toolset › 10 › html-single › user_guide › index
User Guide | Red Hat Developer Toolset | 10 | Red Hat Documentation
June 21, 2022 - Enable Red Hat Developer Toolset by using Red Hat Subscription Management. For information on how to register your system with this subscription management service, see the Red Hat Subscription Management collection of guides. Complete the following steps to attach a subscription that provides access to the repository for Red Hat Software Collections (which includes Red Hat Developer Toolset), and then enable that repository:
🌐
Softwarecollections
softwarecollections.org › en › scls › rhscl › devtoolset-8
Developer Toolset 8 — Software Collections
devtoolset-8 - Developer Toolset is designed for developers working on CentOS or Red Hat Enterprise Linux platform. It provides current versions of the GNU Compiler Collection, GNU Debugger, and other development, debugging, and performance monitoring tools. EL6 tests EL7 tests Report a bug ...
🌐
Red Hat
developers.redhat.com › products › red-hat-developer-toolset › getting-started
Getting started with Red Hat Developer Toolset | Red Hat Developer
March 19, 2025 - There are many resources available for Red Hat Developer Toolset, both here on Red Hat Developer Program and the Red Hat Customer Portal.
🌐
GitHub
github.com › redhat-developer
Red Hat Developer · GitHub
Github home of the Red Hat Developer program. Red Hat Developer has 268 repositories available. Follow their code on GitHub.
Find elsewhere
🌐
Red Hat
docs.redhat.com › en › documentation › red_hat_enterprise_linux › 8 › html › developing_c_and_cpp_applications_in_rhel_8 › additional-toolsets-for-development_developing-applications
Chapter 4. Additional toolsets for development | Developing C and C++ applications in RHEL 8 | Red Hat Enterprise Linux | 8 | Red Hat Documentation
You can determine these details from the Red Hat Container Catalog or your internal image catalog. ... Replace <REGISTRY>, <NAMESPACE>, and <TAG> with the values you determined earlier. ... The output should display a table row containing the repository, tag, image ID, and size. For example: REPOSITORY TAG IMAGE ID CREATED SIZE registry.redhat.io/.../gcc-toolset-15 latest a1b2c3d4e5f6 2 days ago 540MB · To use the gcc-toolset-15 image for interactive development, run an interactive container that mounts source code from the host.
🌐
GitHub
github.com › redhat-developer-demos › tutorial-tools
GitHub - redhat-developer-demos/tutorial-tools: The tools used in Red Hat Developers workshop · GitHub
The tools used in Red Hat Developers workshop. Contribute to redhat-developer-demos/tutorial-tools development by creating an account on GitHub.
Starred by 9 users
Forked by 4 users
Languages   Shell 86.8% | Makefile 13.2%
🌐
Red Hat
developers.redhat.com › products › red-hat-developer-toolset › overview
Red Hat Developer Toolset | Red Hat Developer
January 21, 2026 - Red Hat Developer Toolset offers a full development toolset of GCC (C, C++, and Fortran), GDB, SystemTap, Valgrind, OProfile, and much more.
Top answer
1 of 1
1

This issue in this case is RedHat subscription channels. Though the subscription and software are free (provided you have an active subscription already), for some reason you have to make a 'special request' to RedHat as per:

https://access.redhat.com/solutions/472793

You can automate this by visiting:

https://www.redhat.com/wapps/try/RHSCL

(when logged into the support portal). This should automatically be approved after which you can attach a new subscription. Identify the pool id using:

subscription-manager list --available --all

To find the pool id:

 Subscription Name:   Software Collections and Developer Toolset
 Provides:            Red Hat Developer Tools (for RHEL Server)
                      Red Hat Developer Tools Beta (for RHEL Workstation)
                      Red Hat Software Collections Beta (for RHEL Server)
                      Red Hat Software Collections Beta (for RHEL Workstation)
                      Red Hat Software Collections (for RHEL Server)
                      Red Hat Developer Tools Beta (for RHEL Server)
                      Red Hat Developer Toolset (for RHEL Workstation)
                      Red Hat Software Collections Beta (for RHEL Client)
                      Red Hat Software Collections (for RHEL Workstation)
                      Red Hat Developer Toolset (for RHEL Server)
                      Red Hat Developer Tools (for RHEL Workstation)
                      Red Hat Software Collections (for RHEL Client) 
SKU:                 foobar 
Contract:            1234 Pool ID: XXXXXXXXXX

Then attach this and enable the newly available repos:

>subscription-manager attach --pool=XXXXXXXXXXXXXXXXXXXX
Successfully attached a subscription for: Software Collections and Developer Toolset
>subscription-manager repos --enable rhel-workstation-rhscl-7-rpms
Repository 'rhel-workstation-rhscl-7-rpms' is enabled for this system.
>subscription-manager repos --enable rhel-7-workstation-devtools-rpms
Repository 'rhel-7-workstation-devtools-rpms' is enabled for this system.

You can now install freely:

>yum update -y 
>yum install -y devtoolset-7-gcc-c++

Quite why they make you jump through so many hoops is explained by RedHat as follows:

-If you have a 2013 RHEL SKU with Standard or Premium service level, there should be no action on your part, and your subscription should have full access to RHSCL.

-If you have a 2010 or older RHEL SKU with Standard or Premium service level, you should contact Red Hat Customer Service to request the RHSCL SKU (and all related content) added to your account.

NOTE: Developer Toolset is now included as part of Red Hat Software Collections. This change was made on May 29, 2014.

As you had Red Hat Enterprise Linux Workstation, Standard subscription which is older RHEL SKU with Standard service level, you had to initiate a special request for it

🌐
Red Hat
developers.redhat.com › products › red-hat-developer-toolset › download
Download Red Hat Developer Toolset | Red Hat Developer
September 4, 2024 - To download the Red Hat Enterprise Linux Developer Subscription for Individuals, which includes the Red Hat Enterprise Linux server, a collection of development tools, and much more, you must have an account and need to accept the terms and conditions of the Red Hat Developer Program, which provides no-cost subscriptions for development use only.
🌐
Red Hat
docs.redhat.com › en › documentation › red_hat_developer_toolset › 12
Red Hat Developer Toolset | 12 | Red Hat Documentation
Red Hat Developer Toolset · 12 · 12 · 11 · 10 · 9 · This version is no longer supported. Release Notes for Red Hat Developer Toolset 12.1 · Release Notes for Red Hat Developer Toolset 12.0 · Installing and Using Red Hat Developer Toolset · Github · Youtube ·
🌐
Red Hat
docs.redhat.com › en › documentation › red_hat_developer_toolset › 10
Red Hat Developer Toolset | 10 | Red Hat Documentation
Red Hat Developer Toolset · 10 · 12 · 11 · 10 · 9 · This version is no longer supported. Release Notes for Red Hat Developer Toolset 10.1 · Release Notes for Red Hat Developer Toolset 10.0 · Installing and Using Red Hat Developer Toolset · Github · Youtube ·
🌐
Red Hat
docs.redhat.com › en › documentation › red_hat_developer_toolset › 9 › html › user_guide › index
User Guide | Red Hat Developer Toolset | 9 | Red Hat Documentation
The Red Hat Developer Toolset User Guide provides an overview of this product, explains how to invoke and use the Red Hat Developer Toolset versions of the tools, and links to resources with more in-depth information.
🌐
Red Hat
access.redhat.com › solutions › 472793
How to use Red Hat Software Collections (RHSCL) or Red Hat Developer Toolset (DTS)? - Red Hat Customer Portal
Access to the Red Hat Software Collections (RHSCL) and Red Hat Developer Toolset (DTS) is included with almost all Red Hat Enterprise Linux (RHEL) subscriptions.