How to Install and Uninstall jam Package on Kali Linux

Last updated: May 21,2024

1. Install "jam" package

Learn how to install jam on Kali Linux

$ sudo apt update $ sudo apt install jam

2. Uninstall "jam" package

In this section, we are going to explain the necessary steps to uninstall jam on Kali Linux:

$ sudo apt remove jam $ sudo apt autoclean && sudo apt autoremove

3. Information about the jam package on Kali Linux

Package: jam
Version: 2.6.1-2
Installed-Size: 324
Maintainer: Yann Dirson
Architecture: amd64
Depends: libc6 (>= 2.14)
Size: 121876
SHA256: bc12b1989f8f15075ffbbbb2c7bf755e2d7a234302ce63b04431bc7568da80d3
SHA1: ae7e92053c562b9c0a1b831c8cd1e70d6dbd261b
MD5sum: b92542645d801fc6cb4e322b6e1ed55c
Description: Software-build tool, replacement for make
Perforce's Jam (formerly called Jam/MR) is a powerful and highly
customizable utility to build programs and other things, that can run
on Un*x, Nt, VMS, OS/2 and Macintosh MPW, using portable Jamfiles.
It can build large projects spread across many directories in one
pass, and can run jobs in parallel where make would not.
.
It takes some time to fully grasp, especially when one's already
accustomed to make(1), but there's no comparison in power when
comparing these two tools.
.
Standard rules:
- can automatically extract header dependencies for C/C++ (you can
customize for you own language)
- provide for automatic "clean", "install", "uninstall" rules,
so that an automake-like tool is not needed
Description-md5:
Tag: devel::buildtools, interface::commandline, role::program,
scope::utility, works-with::software:source
Section: devel
Priority: optional
Filename: pool/main/j/jam/jam_2.6.1-2_amd64.deb