yum groupinstall "Development Tools"

or

yum install gcc gcc-c++ kernel-devel
Answer from CagedMantis on Stack Overflow
🌐
Red Hat
docs.redhat.com › en › documentation › red_hat_developer_toolset › 9 › html › user_guide › chap-make
Chapter 3. GNU make | User Guide | Red Hat Developer Toolset | 9 | Red Hat Documentation
In Red Hat Developer Toolset, GNU make is provided by the devtoolset-9-make package and is automatically installed with devtoolset-9-toolchain as described in Section 1.5, “Installing Red Hat Developer Toolset”.
Discussions

How to install git without package-manager and no "make" command on RHEL ?
This isn't really a git question, maybe try a redhat/centos subreddit. I suppose you could manually install make first. How you would do this depends on what your server OS can do but, again, maybe try a more relevant subreddit for further questions. More on reddit.com
🌐 r/git
6
0
March 4, 2024
Installing packages on RHEL 9 without an internet connection.
You also have the option of Satellite or Foreman and Katello which will help with 1 and 3. How is compiling from source even an option? You are presumably running RHEL for support and you will be out of support if you do that. More on reddit.com
🌐 r/redhat
17
10
July 7, 2025
🌐
Power Sysadmin Blog
poweradm.com › home › make command not found on linux
Make Command Not Found on Linux - Power Sysadmin Blog
March 23, 2023 - If you really do not have this utility on your computer, here is how to install the make command on various versions of Linux. On rpm-based Linux distribution ( Fedora, Oracle/Rocky Linux, CentOS, Fedora, and RHEL), you can install the make tool using the command:
🌐
OneUptime
oneuptime.com › home › blog › how to use gnu make and autotools to build software on rhel
How to Use GNU Make and Autotools to Build Software on RHEL
March 4, 2026 - This guide covers how to Use GNU ... you set up a reliable configuration on RHEL. ... Use GNU Make and Autotools to Build Software requires careful planning and execution. This guide walks through the complete process from installation to verification....
Find elsewhere
🌐
Snapcraft
snapcraft.io › install › make-launcher › rhel
Install Make Launcher on Red Hat Enterprise Linux using the Snap Store | Snapcraft
June 3, 2022 - sudo subscription-manager repos --enable "rhel-*-optional-rpms" --enable "rhel-*-extras-rpms" sudo yum update ... Once installed, the systemd unit that manages the main snap communication socket needs to be enabled: ... To enable classic snap support, enter the following to create a symbolic link between /var/lib/snapd/snap and /snap: ... Either log out and back in again or restart your system to ensure snap’s paths are updated correctly. To install Make Launcher, simply use the following command:
🌐
Snapcraft
snapcraft.io › install › ubuntu-make › rhel
Install ubuntu-make on Red Hat Enterprise Linux using the Snap Store | Snapcraft
April 13, 2025 - sudo subscription-manager repos --enable "rhel-*-optional-rpms" --enable "rhel-*-extras-rpms" sudo yum update ... Once installed, the systemd unit that manages the main snap communication socket needs to be enabled: ... To enable classic snap support, enter the following to create a symbolic link between /var/lib/snapd/snap and /snap: ... Either log out and back in again or restart your system to ensure snap’s paths are updated correctly. To install ubuntu-make, simply use the following command:
🌐
iO Flood
ioflood.com › blog › install-make-command-linux
Intro to 'make' Linux Command: Installation and Usage
April 26, 2024 - In this guide, we will walk you through the process of installing and using the ‘make’ command in Linux. We will cover methods for APT-based distributions like Debian and Ubuntu, as well as YUM-based distributions like CentOS and AlmaLinux.
🌐
LinuxQuestions.org
linuxquestions.org › questions › linux-newbie-8 › 1st-time-installing-redhat-make-and-make-install-does-not-work-530419
1st time installing redhat - Make and Make Install does not work
February 19, 2007 - I probably should have installed all the packages the 1st time installing Red Hat Linux, but I didn't. I downloaded some packages and when I run Make
🌐
LinuxConfig
linuxconfig.org › home › install development tools on rhel 8 / centos 8
Install development tools on RHEL 8 / CentOS 8
September 22, 2025 - The following is a list of all packages available within the Development Tools group on RHEL 8 / CentOS 8 Linux system. The packages include glibc-devel among other essential development tools: # dnf groupinfo "Development Tools" Updating Subscription Management repositories. Group: Development Tools Description: A basic development environment. Mandatory Packages: autoconf automake binutils bison flex gcc gcc-c++ gdb glibc-devel libtool make pkgconf pkgconf-m4 pkgconf-pkg-config redhat-rpm-config rpm-build rpm-sign strace Default Packages: asciidoc byacc ctags diffstat git intltool ltrace patchutils perl-Fedora-VSP perl-generators pesign source-highlight systemtap valgrind Optional Packages: cmake expect rpmdevtools rpmlint
🌐
Linux From Scratch
linuxfromscratch.org › museum › lfs-museum › 5.1-pre1 › LFS-BOOK-5.1-PRE1-HTML › chapter05 › make.html
Installing Make-3.80
Official download location for Make (3.80): ftp://ftp.gnu.org/gnu/make/ For its installation Make depends on: Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc, Grep, Sed.
🌐
Reddit
reddit.com › r/git › how to install git without package-manager and no "make" command on rhel ?
r/git on Reddit: How to install git without package-manager and no "make" command on RHEL ?
March 4, 2024 -

I try to install git from source. It need make command in the process. However, the server has no make command.

$ tar -zxf git-2.8.0.tar.gz 
$ cd git-2.8.0 
$ make configure 
$ ./configure --prefix=/usr 
$ make all doc info 
$ sudo make install install-doc install-html install-info

I ,then, try to build the binary file in another server (which has make command), compress those files and "scp" to the target server (which i need to install git). .... and I don't really know what can I do next? Can someone help me? Thank you.

🌐
Red Hat
docs.redhat.com › en › documentation › red_hat_enterprise_linux › 7 › html › developer_guide › managing-more-code-make
Chapter 18. Managing More Code with Make | Developer Guide | Red Hat Enterprise Linux | 7 | Red Hat Documentation
The GNU Make utility, commonly abbreviated as Make, is a tool for controlling the generation of executables from source files. Make automatically determines which parts of a complex program have changed and need to be recompiled.
🌐
TecAdmin
tecadmin.net › install-development-tools-on-centos
Install Development Tools on CentOS, RHEL & Fedora
April 26, 2025 - This tutorial will help you to install development tools (C++, make, GCC etc) on CentOS, RHEL & Fedora systems
🌐
Reddit
reddit.com › r/redhat › installing packages on rhel 9 without an internet connection.
r/redhat on Reddit: Installing packages on RHEL 9 without an internet connection.
July 7, 2025 -

We have three options for installing packages on a RHEL 9 system without internet access:

  1. Install the required packages on a machine with internet access and then transfer the repository or RPMs to the offline machine.

  2. Using Binaries make and make install

  3. Use rpm to install the packages manually, along with all necessary dependencies.

Creating custom Repo

We would appreciate your input on these approaches. If you could share any proven, battle-tested methods or best practices for this scenario, it would be extremely helpful