eiskaltdcpp-daemon command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
eiskaltdcpp-daemon: command not found
or when using sudo you get the following error message
sudo: eiskaltdcpp-daemon: command not found
Solutions to eiskaltdcpp-daemon: command not found
How To Fix eiskaltdcpp-daemon: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu eiskaltdcpp-daemon is provided by eiskaltdcpp-daemon package.
eiskaltdcpp-daemon is:
This package installs only EiskaltDC++ daemon (without any GUI). Support of control via JSON-RPC is enabled. Look at EiskaltDC++ CLI and Web UI programs for controlling it.
EiskaltDC++ Qt and GTK+ UI may be used for configuring of EiskaltDC++ daemon (they use the same settings from core library), but they should not be launched simultaneously.
EiskaltDC++ is a cross-platform program that uses the Direct Connect and Advanced Direct Connect protocols. It is compatible with DC++, AirDC++, FlylinkDC++ and other DC clients. EiskaltDC++ also interoperates with all common DC hub software.
To fix this problem, we can install more using the command below.
sudo apt-get -y install eiskaltdcpp-daemon
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install eiskaltdcpp-daemon.
sudo apt -y install eiskaltdcpp-daemon
Or if you have aptitude installed you can use the following command.
sudo aptitude install eiskaltdcpp-daemon
Summary
In this tutorial we learn how to fix eiskaltdcpp-daemon command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.