How to Install and Uninstall bmake Package on openSUSE Leap

Last updated: May 17,2024

1. Install "bmake" package

Learn how to install bmake on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install bmake

2. Uninstall "bmake" package

This guide covers the steps necessary to uninstall bmake on openSUSE Leap:

$ sudo zypper remove bmake

3. Information about the bmake package on openSUSE Leap

Information for package bmake:
------------------------------
Repository : Main Repository
Name : bmake
Version : 20200606-150400.1.4
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 570.6 KiB
Installed : No
Status : not installed
Source package : bmake-20200606-150400.1.4.src
Upstream URL : https://ftp.NetBSD.org/pub/NetBSD/misc/sjg/
Summary : The NetBSD make(1) tool
Description :
bmake, the NetBSD make(1) 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.