How to Install and Uninstall bmake Package on openSuSE Tumbleweed

Last updated: May 03,2024

1. Install "bmake" package

Here is a brief guide to show you how to install bmake on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install bmake

2. Uninstall "bmake" package

Please follow the step by step instructions below to uninstall bmake on openSuSE Tumbleweed:

$ sudo zypper remove bmake

3. Information about the bmake package on openSuSE Tumbleweed

Information for package bmake:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : bmake
Version : 20230723-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 707.7 KiB
Installed : No
Status : not installed
Source package : bmake-20230723-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.