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

Last updated: June 23,2024

1. Install "make.x86_64" package

This guide covers the steps necessary to install make.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install make.x86_64

2. Uninstall "make.x86_64" package

Please follow the guidance below to uninstall make.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove make.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1 day, 6:03:31 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : make
Epoch : 1
Version : 4.2.1
Release : 10.el8
Architecture : x86_64
Size : 498 k
Source : make-4.2.1-10.el8.src.rpm
Repository : baseos
Summary : A GNU tool which simplifies the build process for users
URL : http://www.gnu.org/software/make/
License : GPLv3+
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.