How To Install nodepool-builder on Fedora 36

In this tutorial we learn how to install nodepool-builder in Fedora 36. nodepool-builder is Nodepool builder service

Introduction

In this tutorial we learn how to install nodepool-builder on Fedora 36.

What is nodepool-builder

Nodepool builder service.

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

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

sudo dnf -y install nodepool-builder

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

sudo yum -y install nodepool-builder

How To Uninstall nodepool-builder on Fedora 36

To uninstall only the nodepool-builder package we can use the following command:

sudo dnf remove nodepool-builder

nodepool-builder Package Contents on Fedora 36

/etc/nodepool/builder-logging.yaml
/etc/sudoers.d/nodepool
/usr/bin/nodepool-builder
/usr/lib/systemd/system/nodepool-builder.service
/var/cache/nodepool
/var/cache/nodepool/dib_cache
/var/cache/nodepool/dib_tmp

References

Summary

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