eiskaltdcpp-cli-jsonrpc command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
eiskaltdcpp-cli-jsonrpc: command not found
or when using sudo you get the following error message
sudo: eiskaltdcpp-cli-jsonrpc: command not found
Solutions to eiskaltdcpp-cli-jsonrpc: command not found
How To Fix eiskaltdcpp-cli-jsonrpc: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu eiskaltdcpp-cli-jsonrpc is provided by eiskaltdcpp-cli package.
eiskaltdcpp-cli is:
This package installs EiskaltDC++ CLI (command-line interface) written in perl. This program is used to control EiskaltDC++ daemon via JSON-RPC protocol.
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-cli
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install eiskaltdcpp-cli.
sudo apt -y install eiskaltdcpp-cli
Or if you have aptitude installed you can use the following command.
sudo aptitude install eiskaltdcpp-cli
Summary
In this tutorial we learn how to fix eiskaltdcpp-cli-jsonrpc command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.