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

Last updated: November 28,2024

1. Install "make.src" package

Please follow the steps below to install make.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install make.src

2. Uninstall "make.src" package

This guide let you learn how to uninstall make.src on Oracle Linux 9:

$ sudo dnf remove make.src $ sudo dnf autoremove

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

Last metadata expiration check: 1:58:55 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : make
Epoch : 1
Version : 4.3
Release : 7.el9
Architecture : src
Size : 2.2 M
Source : None
Repository : ol9_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.