booth command not found

In this troubleshooting guide we learn how to fix booth command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

booth: command not found

or when using sudo you get the following error message

sudo: booth: command not found

Solutions to booth: command not found

How To Fix booth: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu booth is provided by booth package.

booth is:

Booth manages tickets which authorize cluster sites located in geographically dispersed locations to run resources. It facilitates support of geographically distributed clustering in Pacemaker.

Booth is based on the Raft consensus algorithm. Though the implementation is not complete (there is no log) and there are a few additions and modifications, booth guarantees that a ticket is always available at just one site as long as it has exclusive control of the tickets.

This package contains the booth daemon, and a script to run booth in standalone (“arbitrator”) mode.

To fix this problem, we can install more using the command below.

sudo apt-get -y install booth

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install booth.

sudo apt -y install booth

Or if you have aptitude installed you can use the following command.

sudo aptitude install booth

Summary

In this tutorial we learn how to fix booth command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.