eiskaltdcpp-gtk command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
eiskaltdcpp-gtk: command not found
or when using sudo you get the following error message
sudo: eiskaltdcpp-gtk: command not found
Solutions to eiskaltdcpp-gtk: command not found
How To Fix eiskaltdcpp-gtk: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu eiskaltdcpp-gtk is provided by eiskaltdcpp-gtk package.
eiskaltdcpp-gtk is:
This package contains EiskaltDC++ program with GUI based on GTK+. Initially it was based on FreeDC++ and LinuxDC++ projects, but now it significantly differs from them.
Upstream developers are going to stop support of this GUI in the future. Consider using of EiskaltDC++ Qt even in GTK+ based Desktop Environments.
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-gtk
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install eiskaltdcpp-gtk.
sudo apt -y install eiskaltdcpp-gtk
Or if you have aptitude installed you can use the following command.
sudo aptitude install eiskaltdcpp-gtk
Summary
In this tutorial we learn how to fix eiskaltdcpp-gtk command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.