How To Install condor-annex-ec2 on Fedora 36

In this tutorial we learn how to install condor-annex-ec2 in Fedora 36. condor-annex-ec2 is Configuration and scripts to make an EC2 image annex-compatible.

Introduction

In this tutorial we learn how to install condor-annex-ec2 on Fedora 36.

What is condor-annex-ec2

Configures HTCondor to make an EC2 image annex-compatible. Do NOT install on a non-EC2 image.

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

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

sudo dnf -y install condor-annex-ec2

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

sudo yum -y install condor-annex-ec2

How To Uninstall condor-annex-ec2 on Fedora 36

To uninstall only the condor-annex-ec2 package we can use the following command:

sudo dnf remove condor-annex-ec2

condor-annex-ec2 Package Contents on Fedora 36

/etc/condor/config.d/50ec2.config
/etc/condor/master_shutdown_script.sh
/usr/lib/systemd/system/condor-annex-ec2.service
/usr/libexec/condor/condor-annex-ec2

References

Summary

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