How To Install booth-arbitrator.noarch on Amazon Linux 2

In this tutorial we learn how to install booth-arbitrator.noarch in Amazon Linux 2. booth-arbitrator.noarch is Booth support for running as an arbitrator

Introduction

In this tutorial we learn how to install booth-arbitrator.noarch on Amazon Linux 2.

What is booth-arbitrator.noarch

Support for running Booth, ticket manager for multi-site clusters, as an arbitrator.

We can use yum to install booth-arbitrator.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install booth-arbitrator.noarch.

Install booth-arbitrator.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install booth-arbitrator.noarch using yum by running the following command:

sudo yum -y install booth-arbitrator.noarch

How To Uninstall booth-arbitrator.noarch on Amazon Linux 2

To uninstall only the booth-arbitrator.noarch package we can use the following command:

sudo yum remove booth-arbitrator.noarch

booth-arbitrator.noarch Package Contents on Amazon Linux 2

/usr/lib/systemd/system/booth-arbitrator.service
/usr/lib/systemd/system/[email protected]

References

Summary

In this tutorial we learn how to install booth-arbitrator.noarch on Amazon Linux 2 using yum.