garb-systemd command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
garb-systemd: command not found
or when using sudo you get the following error message
sudo: garb-systemd: command not found
Solutions to garb-systemd: command not found
How To Fix garb-systemd: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu garb-systemd is provided by galera-arbitrator-4 package.
galera-arbitrator-4 is:
Galera is a fast synchronous multimaster wsrep provider (replication engine) for transactional databases and similar applications. For more information about wsrep API see https://github.com/codership/wsrep-API. For a description of Galera replication engine see http://galeracluster.com.
This package contains the Galera arbitrator daemon (garbd).
To fix this problem, we can install more using the command below.
sudo apt-get -y install galera-arbitrator-4
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install galera-arbitrator-4.
sudo apt -y install galera-arbitrator-4
Or if you have aptitude installed you can use the following command.
sudo aptitude install galera-arbitrator-4
Summary
In this tutorial we learn how to fix garb-systemd command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.