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

Last updated: October 05,2024

1. Install "jam.x86_64" package

Learn how to install jam.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install jam.x86_64

2. Uninstall "jam.x86_64" package

Here is a brief guide to show you how to uninstall jam.x86_64 on Fedora 35:

$ sudo dnf remove jam.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 5:12:08 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : jam
Version : 2.5
Release : 30.fc35
Architecture : x86_64
Size : 93 k
Source : jam-2.5-30.fc35.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.