How to Install and Uninstall make.x86_64 Package on Fedora 34

Last updated: July 09,2024

1. Install "make.x86_64" package

Please follow the step by step instructions below to install make.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install make.x86_64

2. Uninstall "make.x86_64" package

Here is a brief guide to show you how to uninstall make.x86_64 on Fedora 34:

$ sudo dnf remove make.x86_64 $ sudo dnf autoremove

3. Information about the make.x86_64 package on Fedora 34

Last metadata expiration check: 4:26:44 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : make
Epoch : 1
Version : 4.3
Release : 5.fc34
Architecture : x86_64
Size : 539 k
Source : make-4.3-5.fc34.src.rpm
Repository : fedora
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.