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

Last updated: January 18,2025

1. Install "jam.x86_64" package

Learn how to install jam.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install jam.x86_64

2. Uninstall "jam.x86_64" package

This guide let you learn how to uninstall jam.x86_64 on Fedora 39:

$ sudo dnf remove jam.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:22:14 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : jam
Version : 2.5
Release : 35.fc39
Architecture : x86_64
Size : 94 k
Source : jam-2.5-35.fc39.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.