How To Install condor-vm-gahp on Fedora 36
Introduction
In this tutorial we learn how to install condor-vm-gahp
on Fedora 36.
What is condor-vm-gahp
The condor_vm-gahp enables the Virtual Machine Universe feature of HTCondor. The VM Universe uses libvirt to start and control VMs under HTCondor’s Startd.
We can use yum
or dnf
to install condor-vm-gahp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install condor-vm-gahp.
Install condor-vm-gahp 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 condor-vm-gahp
using dnf
by running the following command:
sudo dnf -y install condor-vm-gahp
Install condor-vm-gahp 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 condor-vm-gahp
using yum
by running the following command:
sudo yum -y install condor-vm-gahp
How To Uninstall condor-vm-gahp on Fedora 36
To uninstall only the condor-vm-gahp
package we can use the following command:
sudo dnf remove condor-vm-gahp
condor-vm-gahp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/2f2a85d87b2616c01113f0391fc1f5ccd9ee9d
/usr/libexec/condor/libvirt_simple_script.awk
/usr/sbin/condor_vm-gahp
/usr/share/doc/condor-vm-gahp
/usr/share/doc/condor-vm-gahp/LICENSE-2.0.txt
/usr/share/doc/condor-vm-gahp/NOTICE.txt
References
Summary
In this tutorial we learn how to install condor-vm-gahp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).