How To Install condor-procd on Fedora 36

In this tutorial we learn how to install condor-procd in Fedora 36. condor-procd is HTCondor Process tracking Daemon

Introduction

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

What is condor-procd

A daemon for tracking child processes started by a parent. Part of HTCondor, but able to be stand-alone

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

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

sudo dnf -y install condor-procd

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

sudo yum -y install condor-procd

How To Uninstall condor-procd on Fedora 36

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

sudo dnf remove condor-procd

condor-procd Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/25/f23584f03dec8d77f483b2f0b2ac467e1cb10b
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/f2a5c870ad684e4e3d672934c4ca2ed31c5ddf
/usr/lib/.build-id/a3/1461c7569597b339a1f52d62472ddeb74309cb
/usr/sbin/condor_procd
/usr/sbin/gidd_alloc
/usr/sbin/procd_ctl
/usr/share/man/man1/condor_procd.1.gz
/usr/share/man/man1/gidd_alloc.1.gz
/usr/share/man/man1/procd_ctl.1.gz

References

Summary

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