make is in the make package, part of the "Development Tools" group which you should install before attempting to build anything.
make is in the make package, part of the "Development Tools" group which you should install before attempting to build anything.
if your question is how to install make on redhat then you can do it using command yum install make.
if yum not work then try to set proxy URL to the proxy server in file /etc/yum.conf.
Installing packages on RHEL 9 without an internet connection.
r/redhat
Serious vulnerability fixed with OpenSSH 9.8
Why no BTRFS default for RHEL 9 (at least for Workstations)?
Videos
We have three options for installing packages on a RHEL 9 system without internet access:
-
Install the required packages on a machine with internet access and then transfer the repository or RPMs to the offline machine.
-
Using Binaries
makeand make install -
Use
rpmto 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