How to Install and Uninstall bmake Package on openSuSE Tumbleweed
Last updated: January 23,2025
1. Install "bmake" package
Here is a brief guide to show you how to install bmake on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
bmake
Copied
2. Uninstall "bmake" package
Please follow the step by step instructions below to uninstall bmake on openSuSE Tumbleweed:
$
sudo zypper remove
bmake
Copied
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.
------------------------------
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.