eiskaltdcpp-web command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
eiskaltdcpp-web: command not found
or when using sudo you get the following error message
sudo: eiskaltdcpp-web: command not found
Solutions to eiskaltdcpp-web: command not found
How To Fix eiskaltdcpp-web: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu eiskaltdcpp-web is provided by eiskaltdcpp-web package.
eiskaltdcpp-web is:
This package contains Web UI for eiskaltdcpp-daemon. It may be used locally on PC or via network depending on user needs.
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-web
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install eiskaltdcpp-web.
sudo apt -y install eiskaltdcpp-web
Or if you have aptitude installed you can use the following command.
sudo aptitude install eiskaltdcpp-web
Summary
In this tutorial we learn how to fix eiskaltdcpp-web command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.