How To Install bam on Fedora 36
Introduction
In this tutorial we learn how to install bam
on Fedora 36.
What is bam
A tool that controls process of producing executables of software from its source code. Used to build the Teeworlds game.
We can use yum
or dnf
to install bam
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install bam.
Install bam on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install bam
using dnf
by running the following command:
sudo dnf -y install bam
Install bam on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install bam
using yum
by running the following command:
sudo yum -y install bam
How To Uninstall bam on Fedora 36
To uninstall only the bam
package we can use the following command:
sudo dnf remove bam
bam Package Contents on Fedora 36
/usr/bin/bam
/usr/lib/.build-id
/usr/lib/.build-id/41
/usr/lib/.build-id/41/52cbed06fe31f327d1c1a409386839a084f056
/usr/share/doc/bam
/usr/share/doc/bam/docs
/usr/share/doc/bam/docs/actions.txt
/usr/share/doc/bam/docs/bam.1.txt
/usr/share/doc/bam/docs/bam_logo.png
/usr/share/doc/bam/docs/building.txt
/usr/share/doc/bam/docs/depgraph.dot
/usr/share/doc/bam/docs/introduction.txt
/usr/share/doc/bam/docs/quickstart.txt
/usr/share/doc/bam/docs/quirks.txt
/usr/share/doc/bam/examples
/usr/share/doc/bam/examples/plugin
/usr/share/doc/bam/examples/plugin/hello.c
References
Summary
In this tutorial we learn how to install bam
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).