How to Install and Uninstall make.x86_64 Package on CentOS 7 / RHEL 7

Last updated: May 04,2024

1. Install "make.x86_64" package

This is a short guide on how to install make.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install make.x86_64

2. Uninstall "make.x86_64" package

Please follow the guidelines below to uninstall make.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove make.x86_64 $ sudo yum autoremove

3. Information about the make.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : make
Arch : x86_64
Epoch : 1
Version : 3.82
Release : 24.el7
Size : 1.1 M
Repo : installed
From repo : base
Summary : A GNU tool which simplifies the build process for users
URL : http://www.gnu.org/software/make/
License : GPLv2+
Description : A GNU tool for controlling the generation of executables and other
: non-source files of a program from the program's source files.
: 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.