make is in the make package, part of the "Development Tools" group which you should install before attempting to build anything.

Answer from Ignacio Vazquez-Abrams 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”.
🌐
nixCraft
cyberciti.biz › nixcraft › howto › centos › rhel / centos linux install core development tools automake, gcc (c/c++), perl, python & debuggers
RHEL / CentOS Linux Install Core Development Tools Automake, Gcc (C/C++), Perl, Python & Debuggers - nixCraft
April 5, 2024 - How do I install all developer tools such as GNU GCC C/C++ compilers, make and others, after installing CentOS or RHEL or Fedora Linux from the command line or shell prompt? You need to install ‘Development Tools’ group on RHEL/CentOS/Fedora/Scientific/Red Hat Enterprise Linux. These tools include core development tools such as automake, gcc, perl, python, and debuggers which is required to compile software and build new rpms: flex · gcc c/c++ compiler · redhat-rpm-config ·
🌐
SharadChhetri
sharadchhetri.com › make-command-not-found-in-linux-centos-red-hat-ubuntu-debian
make command not found in linux CentOS Red Hat ubuntu Debian
December 10, 2024 - root@drashti-Lenovo-Ideapad-320-15IKB:~# yum install make There are no enabled repos. Run “yum repolist all” to see the repos you have.
Find elsewhere
🌐
Power Sysadmin Blog
poweradm.com › home › make command not found on linux
Make Command Not Found on Linux - Power Sysadmin Blog
March 23, 2023 - First of all, make sure that the make command is installed on your Linux distribution and that the path to its directory is included in the PATH environment variable. In most cases, the make file should be located in /usr/bin or /usr/local/bin.
🌐
LinuxConfig
linuxconfig.org › home › install development tools on rhel 8 / centos 8
Install development tools on RHEL 8 / CentOS 8
September 22, 2025 - 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
🌐
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
Running make without any options makes it look for a Makefile in the current directory and attempt to reach the default target. The actual Makefile file name can be one of Makefile, makefile, and GNUmakefile.
🌐
TecAdmin
tecadmin.net › install-development-tools-on-centos
Install Development Tools on CentOS, RHEL & Fedora
April 26, 2025 - Mandatory Packages: =autoconf =automake binutils =bison =flex =gcc =gcc-c++ gettext =libtool make =patch pkgconfig =redhat-rpm-config =rpm-build =rpm-sign Default Packages: =byacc =cscope =ctags [...] After successful installation of the build-essential package on your system, let’s check installed versions of important binaries.
🌐
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
🌐
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 - Use GNU Make and Autotools to Build Software requires careful planning and execution. This guide walks through the complete process from installation to verification.
🌐
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

🌐
nixCraft
cyberciti.biz › nixcraft › howto › centos › centos / rhel 7: install gcc (c and c++ compiler) and development tools
CentOS / RHEL 7: Install GCC (C and C++ Compiler) and Development Tools - nixCraft
April 5, 2024 - How can I install GCC (C and C++ Compiler) and development tools on a CentOS or RHEL 7? You can setup a basic development environment with the following packages on a CentOS Enterprise Linux or Red Hat Enterprise Linux version 7: autoconf · automake · binutils · bison · flex · gcc (c compiler) gcc-c++ (c++ compiler) gettext · libtool · make · patch · pkgconfig · redhat-rpm-config ·