Do you have any specific problem with yum?
Normally you would do yum install make
Or, maybe, sudo yum install make


Wow :-), Ok, i write the standard Make reference here, you take your pick on the source.

wget http://ftp.gnu.org/pub/gnu/make/make-3.81.tar.bz2
tar xfj make-3.81.tar.bz2
./configure
make
sudo make install

And, while you are there, might want to reinstall yum too...


Good to hear you have fixed it.

Answer from nik on serverfault.com
🌐
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 - These tools include core development ... following yum command/dnf command as root user: $ sudo yum group install "Development Tools" OR # yum groupinstall 'Development Tools' Sample outputs:...
🌐
CentOS Repositories
centos.pkgs.org › 7 › centos-x86_64 › make-3.82-24.el7.x86_64.rpm.html
make-3.82-24.el7.x86_64.rpm CentOS 7 Download
Install make rpm package: # yum install make · 2018-12-05 - DJ Delorie <dj@redhat.com> - 1:3.82-24 - Change fatal() to error() when a mix of explicit and implicit targets (in that order) is detected. Resolves: #1582545 · 2016-07-07 - Patsy Franklin <pfrankli@redhat.com> - 1:3.82-23 - In very ...
Discussions

makefile - Install 'yum' in Centos7 - Stack Overflow
I've deleted yum from my server and I did wget to download yum again and extract it. In this folder, I have a lot of files: AUTHORS completion-helper.py Makefile shell.py yumcommands.py b... More on stackoverflow.com
🌐 stackoverflow.com
Make and build utilities on CentOS/RHEL? - Stack Overflow
I've been unsuccessfully searching for a way to install make utility on my CentOS 5.2. I've looked through some RPM repositories and online, with no avail. Installing gcc, gcc-c++ didn't help! Pack... More on stackoverflow.com
🌐 stackoverflow.com
yum - Installing packages on CentOS 7 - Unix & Linux Stack Exchange
My question is not even a problem I have. Probably someone can explain what is the principal difference between following commands for installing a package (in my case htop) at CentOS 7. # yum -- More on unix.stackexchange.com
🌐 unix.stackexchange.com
June 17, 2020
Ansible, Python3 and package management with CentOS/RHEL - some advice needed

To avoid this type of issue, we use pip/pip3 for ansible/boto installation. It works across *nix OS flavors, and works well in containers that are a bit more difficult like alpine.

More on reddit.com
🌐 r/ansible
7
1
October 31, 2018
🌐
PhoenixNAP
phoenixnap.com › home › kb › sysadmin › how to set up local yum repositories on centos 7
How to Setup Local Yum Repository on CentOS 7 {Easy Tutorial}
January 27, 2025 - Next, install yum-utils to give your system a better toolbox for managing repositories. Install yum-utils by entering the following: ... Download a local copy of the official CentOS repositories to your server.
🌐
CentOS Repositories
centos.pkgs.org › 7 › centos-sclo-rh-x86_64 › devtoolset-7-make-4.2.1-2.el7.x86_64.rpm.html
devtoolset-7-make-4.2.1-2.el7.x86_64.rpm CentOS 7 Download
Make allows users to build and install packages without any significant knowledge about the details of the build process. The details about how the program should be built are provided for make in the program's makefile. Install CentOS SCLo RH repository: yum install centos-release-scl-rh · ...
🌐
ComputingForGeeks
computingforgeeks.com › home › how to create and use local centos 7 yum repository
How To Create and Use Local CentOS 7 YUM Repository [Guide]
June 6, 2021 - See below example which installs all packages belonging to “Virtualization Host” Environment Group, we’ll do: sudo yum --disablerepo=* --enablerepo=centos7-local groupinstall "Virtualization Host" ...
🌐
Frontistr
manual.frontistr.com › en › install › install_08.html
Installation procedure to CentOS7.6(Makefile.conf) - FrontISTR ver. 5.6
We will explain how to install this software and how to build external libraries required this software on CentOS7.6. More information for building each libraries, refer to their installation manuals. At first, install the basic build toolchains and libraries as follows. $ su # yum group mark install "Development Tools" # yum update # yum install openmpi-devel cmake # exit
Find elsewhere
🌐
Yuta0306
yuta0306.github.io › centos-v7-make
CentOS7にmakeコマンドをインストールする<!-- --> | <!-- -->ゆうぼうの書跡棚
July 29, 2020 - $ sudo yum install make -y · これだけで終わりです。 · これで目標だった「make」と「make install」が使えるようになりました。 · 実際どうなんでしょう?CentOS6はmakeがデフォルトにないと...
🌐
CyberITHub
cyberithub.com › how-to-setup-local-yum-repository-on-centos
How to Setup Local YUM Repository on CentOS 7 Using 8 Easy Steps | CyberITHub
August 27, 2020 - [root@localhost ~]# cat /etc/redhat-release CentOS Linux release 7.7.1908 (Core) Before mounting the ISO Image locally you need to first setup the directory path where you want to mount the image. Here I am creating a iso directory under /mnt path using mkdir /mnt/iso command and then mounting the ISO Image in read-only using mount -o loop CentOS-7-aarch64-Minimal-2003.iso /mnt/iso command as shown below.
🌐
Unixmen
unixmen.com › home › linux distributions › centos › setup local yum repository on centos 7
Setup Local Yum Repository On CentOS 7 | Unixmen
yum install --disablerepo="*" --enablerepo="localrepo" httpd ... Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Resolving Dependencies --> Running transaction check ---> Package httpd.x86_64 0:2.4.6-17.el7.centos.1 ...
🌐
LinuxHelp
linuxhelp.com › questions › how-to-install-make-command-in-centos
How to install MAKE command in centos
October 3, 2017 - use below steps to install Make 4.1.. # yum install centos-release-scl-rh # yum install devtoolset-6-make -y # scl enable devtoolset-6 bash hi.., i need to install make command version 4 or higher version on centos.. please help me...
🌐
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 - All kernel packages are on the yum exclude list so you may need to do the following: yum -y install kernel-devel --disableexcludes=all ... In Centos 7: Warning: Group development does not have any packages to install.
🌐
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 - Scenario: In Virtual Box,we have only one ethernet or NIC card (eth0) while installing the CentOS.Later we added one more ethernet(eth1) but when we were using command ifconfig… ... root@drashti-Lenovo-Ideapad-320-15IKB:~# yum install make There are no enabled repos.
🌐
Medium
foongminwong.medium.com › installing-packages-via-yum-rpm-dnf-in-centos-4cce2f32f56
Installing packages via Yum, RPM & DNF in CentOS | by Foong Min Wong | Medium
May 13, 2022 - You can also install straightly ...entos.org/centos/7/os/x86_64/Packages/xxxxx.x86_64.rpm · rpm will only display a list of missing dependencies, instead of automatically resolving them for you. Therefore, you will have to download and install all the required dependencies manually… If you want to make rpm auto-install dependencies, this link might be able to help you. ... DNF (Dandified Yum) is a software ...
🌐
LinuxHostSupport
linuxhostsupport.com › home › how to install gcc on centos 7
How To Install GCC on CentOS 7 | LinuxHostSupport
May 24, 2019 - You need to install the GNU C++ compiler. For Centos “yum install gcc-c++”.
🌐
iO Flood
ioflood.com › blog › install-make-command-linux
Intro to 'make' Linux Command: Installation and Usage
April 26, 2024 - If it’s not, you can install it in Debian based distributions like Ubuntu, by running the command sudo apt-get install make. For RPM-based distributions like CentOS, you would run the command sudo yum install make.