How to Install and Uninstall bmake Package on Kali Linux

Last updated: May 11,2024

1. Install "bmake" package

This guide covers the steps necessary to install bmake on Kali Linux

$ sudo apt update $ sudo apt install bmake

2. Uninstall "bmake" package

Learn how to uninstall bmake on Kali Linux:

$ sudo apt remove bmake $ sudo apt autoclean && sudo apt autoremove

3. Information about the bmake package on Kali Linux

Package: bmake
Version: 20200710-16
Installed-Size: 926
Maintainer: Andrej Shadura
Architecture: amd64
Provides: pmake
Depends: libc6 (>= 2.34)
Size: 378136
SHA256: 4106db0092e426e1e1dea3bca2d8e6dc29fb19e473022a5f41967a6e25b78062
SHA1: b8844f233eb399530ee6a37ae8f2498ba508a245
MD5sum: c2b9505175a83693cb69ffc5caf35227
Description: NetBSD make
bmake is a program designed to simplify the maintenance of other
programs. Its input is a list of specifications as to the files upon
which programs and other files depend. mkdep, a program to construct
Makefile dependency lists, is also included.
.
bmake is a port of the NetBSD make tool.
Description-md5:
Multi-Arch: foreign
Homepage: https://www.crufty.net/help/sjg/bmake.html
Tag: devel::buildtools, implemented-in::c, interface::commandline,
role::program, scope::utility, suite::bsd
Section: devel
Priority: optional
Filename: pool/main/b/bmake/bmake_20200710-16_amd64.deb