How To Install minicondor on Fedora 36
Introduction
In this tutorial we learn how to install minicondor on Fedora 36.
What is minicondor
This example configuration is good for trying out HTCondor for the first time. It only configures the IPv4 loopback address, turns on basic security, and shortens many timers to be more responsive.
We can use yum or dnf to install minicondor on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install minicondor.
Install minicondor 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 minicondor using dnf by running the following command:
sudo dnf -y install minicondor
Install minicondor 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 minicondor using yum by running the following command:
sudo yum -y install minicondor
How To Uninstall minicondor on Fedora 36
To uninstall only the minicondor package we can use the following command:
sudo dnf remove minicondor
minicondor Package Contents on Fedora 36
/etc/condor/config.d/00-minicondor
References
Summary
In this tutorial we learn how to install minicondor on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).