eiskaltdcpp-qt command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
eiskaltdcpp-qt: command not found
or when using sudo you get the following error message
sudo: eiskaltdcpp-qt: command not found
Solutions to eiskaltdcpp-qt: command not found
How To Fix eiskaltdcpp-qt: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu eiskaltdcpp-qt is provided by eiskaltdcpp-qt package.
eiskaltdcpp-qt is:
This package contains EiskaltDC++ program with GUI based on Qt. This is the most stable, flexible and convenient GUI for EiskaltDC++.
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-qt
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install eiskaltdcpp-qt.
sudo apt -y install eiskaltdcpp-qt
Or if you have aptitude installed you can use the following command.
sudo aptitude install eiskaltdcpp-qt
Summary
In this tutorial we learn how to fix eiskaltdcpp-qt command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.