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
🌐
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 ...
🌐
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:...
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
How to use yum on CentOS7
I'm completely aware that CentOS7 has reached its EOL, so its completely understandable, I'm just trying to figure out how I can use yum again. Unless someone can tell me different, I don't think you get what EOL means. They've stopped support, so the repositories are no longer accessible. If you have an old ISO image you will have whatever is included on it, but no EPEL. Companies who still use Centos-7 would have been wise to take a snapshot of the repositories, but really everyone needs to move to Stream or to Alma or Rocky. More on reddit.com
🌐 r/CentOS
14
0
November 4, 2024
🌐
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.
🌐
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" ...
🌐
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 · ...
🌐
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.
🌐
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.
🌐
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 ...
🌐
TecMint
tecmint.com › home › linux distros › centos › how to setup local http yum repository on centos 7
How to Setup Local HTTP Yum Repository on CentOS 7
October 14, 2020 - This article explains how to setup a local YUM repository over HTTP (Nginx) on CentOS 7 VPS and also show you how to install packages on a client CentOS 7.
🌐
LinuxHostSupport
linuxhostsupport.com › home › how to set up and use yum repositories on centos 7
How to Set Up and Use Yum Repositories on CentOS 7 | LinuxHostSupport
March 19, 2020 - Please note that this repo does ... party CentOS repos, so check the list of repositories using yum repolist and disable additional repositories if there are any package conflicts. We can install the Remi repository using this next command: rpm -Uvh http://rpms.remirepo.net/enterprise/remi-release-7.r...
🌐
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++”.
🌐
Reddit
reddit.com › r/centos › how to use yum on centos7
r/CentOS on Reddit: How to use yum on CentOS7
November 4, 2024 -

Hi, I have been trying to build a docker image with CentOS7 for a personal project of mine and have accomplished this last month. But it seems like they have moved some files online and now I cannot use YUM anymore. I'm completely aware that CentOS7 has reached its EOL, so its completely understandable, I'm just trying to figure out how I can use yum again.

Last month on their docker hub page (https://hub.docker.com/_/centos) I was required to add the following 3 lines to my dockerfile which resolved the issue. But since Thursday last week this no longer works. The lines that I used (and they provided):

RUN sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/CentOS-*.repo
RUN sed -i s/^#.*baseurl=http/baseurl=http/g /etc/yum.repos.d/CentOS-*.repo
RUN sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/CentOS-*.repo

after that "yum install -y httpd" works. But now I get the following error:

failure: repodata/repomd.xml from base: [Errno 256] No more mirrors to try.
http://vault.centos.org/centos/7/os/x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 301 - Moved Permanently