ldirectord command not found
In this troubleshooting guide we learn how to fix ldirectord command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
ldirectord: command not found
or when using sudo you get the following error message
sudo: ldirectord: command not found
Solutions to ldirectord: command not found
How To Fix ldirectord: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu ldirectord is provided by ldirectord package.
ldirectord is:
ldirectord is a stand-alone daemon to monitor real servers behind virtual services provided by The Linux Virtual Server (LVS).
To fix this problem, we can install more using the command below.
sudo apt-get -y install ldirectord
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install ldirectord.
sudo apt -y install ldirectord
Or if you have aptitude installed you can use the following command.
sudo aptitude install ldirectord
Summary
In this tutorial we learn how to fix ldirectord command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.