How to Install and Uninstall make.x86_64 Package on Amazon Linux 2

Last updated: May 03,2024

1. Install "make.x86_64" package

Please follow the guidance below to install make.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install make.x86_64

2. Uninstall "make.x86_64" package

Please follow the guidance below to uninstall make.x86_64 on Amazon Linux 2:

$ sudo yum remove make.x86_64 $ sudo yum autoremove

3. Information about the make.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : make
Arch : x86_64
Epoch : 1
Version : 3.82
Release : 24.amzn2
Size : 420 k
Repo : amzn2-core/2/x86_64
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.