Skip to main content
Redhat Developers  Logo
  • AI

    Get started with AI

    • Red Hat AI
      Accelerate the development and deployment of enterprise AI solutions.
    • AI learning hub
      Explore learning materials and tools, organized by task.
    • AI interactive demos
      Click through scenarios with Red Hat AI, including training LLMs and more.
    • AI/ML learning paths
      Expand your OpenShift AI knowledge using these learning resources.
    • AI quickstarts
      Focused AI use cases designed for fast deployment on Red Hat AI platforms.
    • No-cost AI training
      Foundational Red Hat AI training.

    Featured resources

    • OpenShift AI learning
    • Open source AI for developers
    • AI product application development
    • Open source-powered AI/ML for hybrid cloud
    • AI and Node.js cheat sheet

    Red Hat AI Factory with NVIDIA

    • Red Hat AI Factory with NVIDIA is a co-engineered, enterprise-grade AI solution for building, deploying, and managing AI at scale across hybrid cloud environments.
    • Explore the solution
  • Learn

    Self-guided

    • Documentation
      Find answers, get step-by-step guidance, and learn how to use Red Hat products.
    • Learning paths
      Explore curated walkthroughs for common development tasks.
    • Guided learning
      Receive custom learning paths powered by our AI assistant.
    • See all learning

    Hands-on

    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.
    • Interactive labs
      Learn by doing in these hands-on, browser-based experiences.
    • Interactive demos
      Click through product features in these guided tours.

    Browse by topic

    • AI/ML
    • Automation
    • Java
    • Kubernetes
    • Linux
    • See all topics

    Training & certifications

    • Courses and exams
    • Certifications
    • Skills assessments
    • Red Hat Academy
    • Learning subscription
    • Explore training
  • Build

    Get started

    • Red Hat build of Podman Desktop
      A downloadable, local development hub to experiment with our products and builds.
    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.

    Download products

    • Access product downloads to start building and testing right away.
    • Red Hat Enterprise Linux
    • Red Hat AI
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat Developer Toolset

    References

    • E-books
    • Documentation
    • Cheat sheets
    • Architecture center
  • Community

    Get involved

    • Events
    • Live AI events
    • Red Hat Summit
    • Red Hat Accelerators
    • Community discussions

    Follow along

    • Articles & blogs
    • Developer newsletter
    • Videos
    • Github

    Get help

    • Customer service
    • Customer support
    • Regional contacts
    • Find a partner

    Join the Red Hat Developer program

    • Download Red Hat products and project builds, access support documentation, learning content, and more.
    • Explore the benefits

Troubleshooting and FAQ: Red Hat Enterprise Linux

January 20, 2017
Red Hat Developer Program Team
Related topics:
Linux
Related products:
Red Hat Enterprise Linux

     

    Download and installation questions

    1. As a developer, how can I get a no-cost Red Hat Enterprise Linux subscription?

      When you register and download Red Hat Enterprise Linux Server through developers.redhat.com, a no-cost Red Hat Enterprise Linux Developer Suite subscription will be automatically added to your account. For more information, see Frequently asked questions: no-cost Red Hat Enterprise Linux Developer Suite subscription.

    2. My system is unable to download software or updates from Red Hat.

      Your system must be registered with Red Hat using subscription-manager register. You need to have a current Red Hat subscription. Registering your system attaches it to your subscription.

    3. How do I register my system after installation?

      Use Red Hat Subscription Manager, which can be started from the system menu as a graphical tool, or from the command line:

      # subscription-manager register --auto-attach

      For additional information, see How to register and subscribe a system to the Red Hat Customer Portal using Red Hat Subscription Manager.

    4. I’ve got a text-based login screen, how do I get a graphical one?

      During installation of Red Hat Enterprise Linux Server, selecting the Server with a GUI software option will install a full graphical desktop and configure it to start at boot time. You can install the graphical desktop with yum install after registering your system with Red Hat. Log in to the system as the root user, then use the following commands:

      # yum groupinstall 'Server with GUI'
      # yum install @gnome-desktop @x11 @internet-browser

      When complete, type systemctl reboot to reboot your system. When the system restarts, you should see a graphical login screen.

    5. I didn’t configure a network connection during installation, how can I do this on a running system?

      Registration fails with the message that subscription.rhn.redhat.com is unreachable, how do I resolve this?

      If you did not configure a network connection during installation or the configuration was unsuccessful, see the Red Hat Enterprise Linux Networking Guide for information on configuring networking using either graphical or command-line tools.

    Developing on RHEL

    1. How do I install the C/C++ compiler that is included with Red Hat Enterprise Linux?

      During installation, selecting the Development tools software option installs the C/C++ compiler GCC/G++ and other related development tools. You can install these tools with yum install after registering your system with Red Hat. Log in to the system as the root user then use the following command:

      # yum install @development
    2. How can I get a newer C/C++ compiler for Red Hat Enterprise Linux 7?

      Where can I get an IDE for C/C++ development on Red Hat Enterprise Linux 7?

      Red Hat Developer Toolset provides the latest, stable, open source C and C++ compilers and complementary development tools including Eclipse. DTS enables developers to compile applications once and deploy across multiple versions of Red Hat Enterprise Linux. Red Hat Developer Toolset uses Red Hat Software Collections to install a parallel set of packages in /opt/rh where they will not override the system packages that come with Red Hat Enterprise Linux. Red Hat Software Collections is available with select Red Hat Enterprise Linux subscriptions and has a three-year life cycle to allow rapid innovation without sacrificing stability.

      See Using the latest GCC on RHEL 7 with Red Hat Developer Toolset (DTS)

    3. How do I get newer versions of languages like Perl, PHP, Python, and Ruby on Red Hat Enterprise Linux?

      Red Hat Software Collections delivers the latest, stable versions of dynamic languages, open source databases, and web development tools that can be deployed alongside those included in Red Hat Enterprise Linux. Red Hat Software Collections is available with select Red Hat Enterprise Linux subscriptions and has a three-year life cycle to allow rapid innovation without sacrificing stability.

    4. How can I get Python 3 on Red Hat Enterprise Linux?

      See Using Python 3 on RHEL 7 with Red Hat Software Collections

    5. How can I get Node.js on Red Hat Enterprise Linux?

      See Use Node.js on RHEL 7 with Red Hat Software Collections

    6. The RHSCL repository is not available or is not found on my system.

      The name of the repository depends on whether you have a server, workstation, or desktop version of Red Hat Enterprise Linux installed.

      Some Red Hat Enterprise Linux subscriptions do not include access to RHSCL. For information about which subscriptions include RHSCL, see How to use Red Hat Software Collections (RHSCL) or Red Hat Developer Toolset (DTS).

      As a developer, you can get a no-cost Red Hat Enterprise Linux Developer Suite subscription which includes both RHSCL and DTS. For more information, see Frequently asked questions: no-cost Red Hat Enterprise Linux Developer subscription.

    7. How can I get Eclipse installed on Red Hat Enterprise Linux?

      For C/C++ development, DTS includes Eclipse with C/C++ Development Tooling (CDT), see Using Eclipse.

      For Java development, Red Hat CodeReady Studio provides a single development tool, tailored for extreme productivity, that is built on Eclipse IDE. Developers can get a no-cost subscription by registering and downloading through developers.redhat.com.

    Last updated: January 2, 2024

    Recent Posts

    • Debugging image mode with Red Hat OpenShift 4.20: A practical guide

    • EvalHub: Because "looks good to me" isn't a benchmark

    • SQL Server HA on RHEL: Meet Pacemaker HA Agent v2 (tech preview)

    • Deploy with confidence: Continuous integration and continuous delivery for agentic AI

    • Every layer counts: Defense in depth for AI agents with Red Hat AI

    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Platforms

    • Red Hat AI
    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Build

    • Developer Sandbox
    • Developer tools
    • Interactive tutorials
    • API catalog

    Quicklinks

    • Learning resources
    • E-books
    • Cheat sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site status dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2026 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Chat Support

    Please log in with your Red Hat account to access chat support.