How to Install and Uninstall bmake.x86_64 Package on Fedora 36

Last updated: November 05,2024

1. Install "bmake.x86_64" package

Learn how to install bmake.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install bmake.x86_64

2. Uninstall "bmake.x86_64" package

This guide let you learn how to uninstall bmake.x86_64 on Fedora 36:

$ sudo dnf remove bmake.x86_64 $ sudo dnf autoremove

3. Information about the bmake.x86_64 package on Fedora 36

Last metadata expiration check: 3:38:37 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : bmake
Version : 20220612
Release : 1.fc36
Architecture : x86_64
Size : 168 k
Source : bmake-20220612-1.fc36.src.rpm
Repository : updates
Summary : The NetBSD make(1) tool
URL : https://ftp.netbsd.org/pub/NetBSD/misc/sjg/
License : BSD
Description : bmake, the NetBSD make tool, is a program designed to simplify the
: maintenance of other programs. The input of bmake is a list of specifications
: indicating the files upon which the targets (programs and other files) depend.
: bmake then detects which targets are out of date based on their dependencies
: and triggers the necessary commands to bring them up to date when that happens.
:
: bmake is similar to GNU make, even though the syntax for the advanced features
: supported in Makefiles is very different.