How To Install python3-condor on Fedora 36
Introduction
In this tutorial we learn how to install python3-condor on Fedora 36.
What is python3-condor
The python bindings allow one to directly invoke the C++ implementations of the ClassAd library and HTCondor from python
We can use yum or dnf to install python3-condor on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-condor.
Install python3-condor 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 python3-condor using dnf by running the following command:
sudo dnf -y install python3-condor
Install python3-condor 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 python3-condor using yum by running the following command:
sudo yum -y install python3-condor
How To Uninstall python3-condor on Fedora 36
To uninstall only the python3-condor package we can use the following command:
sudo dnf remove python3-condor
python3-condor Package Contents on Fedora 36
/usr/bin/condor_top
/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/f9ffae292bc3f36369c8e88218408246aa6a9f
/usr/lib/.build-id/41
/usr/lib/.build-id/41/cb911259bd2a032e8c97f23f856dfc68695792
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/3148ada5114b912c6da192be51dbac04f70d1d
/usr/lib64/libpy3classad3.10_8_8_15.so
/usr/lib64/python3.10/site-packages/classad.so
/usr/lib64/python3.10/site-packages/htcondor.so
References
Summary
In this tutorial we learn how to install python3-condor on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).