How To Install condor-openstack-gahp on Fedora 36

In this tutorial we learn how to install condor-openstack-gahp in Fedora 36. condor-openstack-gahp is HTCondor’s OpenStack Gahp

Introduction

In this tutorial we learn how to install condor-openstack-gahp on Fedora 36.

What is condor-openstack-gahp

The openstack_gahp enables HTCondor’s ability to manage jobs run on resources exposed by the OpenStack API.

We can use yum or dnf to install condor-openstack-gahp on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install condor-openstack-gahp.

Install condor-openstack-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-openstack-gahp using dnf by running the following command:

sudo dnf -y install condor-openstack-gahp

Install condor-openstack-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-openstack-gahp using yum by running the following command:

sudo yum -y install condor-openstack-gahp

How To Uninstall condor-openstack-gahp on Fedora 36

To uninstall only the condor-openstack-gahp package we can use the following command:

sudo dnf remove condor-openstack-gahp

condor-openstack-gahp Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/31
/usr/lib/.build-id/31/7553e85be4646130aabf884cc48fbd6fdacd48
/usr/sbin/openstack_gahp
/usr/share/doc/condor-openstack-gahp
/usr/share/doc/condor-openstack-gahp/LICENSE-2.0.txt
/usr/share/doc/condor-openstack-gahp/NOTICE.txt

References

Summary

In this tutorial we learn how to install condor-openstack-gahp on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).