How to Install and Uninstall jam Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "jam" package

Here is a brief guide to show you how to install jam on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install jam

2. Uninstall "jam" package

Here is a brief guide to show you how to uninstall jam on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the jam package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: jam
Priority: optional
Section: universe/devel
Installed-Size: 300
Maintainer: Ubuntu Developers
Original-Maintainer: Yann Dirson
Architecture: amd64
Version: 2.6-1
Depends: libc6 (>= 2.14)
Filename: pool/universe/j/jam/jam_2.6-1_amd64.deb
Size: 103458
MD5sum: a18cc0559e6766eacb98c8a8d9be920d
SHA1: df6444502c6eac6afb030d23cc5312dae19233aa
SHA256: b33214fab9a285d5e0154128e7b9ce9b6e54d43b55b56c045472ca23409e492f
Description-en: 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: 5a03130b3858cafbf6e0b7cbd0ebe7ed
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu