How to Install and Uninstall make.src Package on Oracle Linux 8

Last updated: January 16,2025

1. Install "make.src" package

Please follow the guidelines below to install make.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install make.src

2. Uninstall "make.src" package

Please follow the step by step instructions below to uninstall make.src on Oracle Linux 8:

$ sudo dnf remove make.src $ sudo dnf autoremove

3. Information about the make.src package on Oracle Linux 8

Last metadata expiration check: 4:57:19 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : make
Epoch : 1
Version : 4.2.1
Release : 11.el8
Architecture : src
Size : 1.4 M
Source : None
Repository : ol8_baseos_latest
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.