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

Last updated: September 29,2024

1. Install "jam.x86_64" package

Please follow the step by step instructions below to install jam.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install jam.x86_64

2. Uninstall "jam.x86_64" package

Please follow the step by step instructions below to uninstall jam.x86_64 on Fedora 34:

$ sudo dnf remove jam.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 5:53:38 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : jam
Version : 2.5
Release : 29.fc34
Architecture : x86_64
Size : 94 k
Source : jam-2.5-29.fc34.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.