How to Install and Uninstall jam.x86_64 Package on Fedora 36

Last updated: September 28,2024

1. Install "jam.x86_64" package

This guide covers the steps necessary to install jam.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install jam.x86_64

2. Uninstall "jam.x86_64" package

Learn how to uninstall jam.x86_64 on Fedora 36:

$ sudo dnf remove jam.x86_64 $ sudo dnf autoremove

3. Information about the jam.x86_64 package on Fedora 36

Last metadata expiration check: 0:08:49 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : jam
Version : 2.5
Release : 31.fc36
Architecture : x86_64
Size : 93 k
Source : jam-2.5-31.fc36.src.rpm
Repository : fedora
Summary : Program construction tool, similar to make
URL : http://public.perforce.com/public/jam/index.html
License : Copyright only
Description : Jam is a program construction tool, like make. Jam recursively builds target
: files from source files, using dependency information and updating actions
: expressed in the Jambase file, which is written in jam's own interpreted
: language. The default Jambase is compiled into jam and provides a boilerplate
: for common use, relying on a user-provide file "Jamfile" to enumerate actual
: targets and sources.