kaidan command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
kaidan: command not found
or when using sudo you get the following error message
sudo: kaidan: command not found
Solutions to kaidan: command not found
How To Fix kaidan: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu kaidan is provided by kaidan package.
kaidan is:
Kaidan is a simple, user-friendly and modern chat client. It uses the open communication protocol XMPP (Jabber).
The user interface makes use of Kirigami and QtQuick, while the back-end of Kaidan is entirely written in C++ using Qt and the Qt-based XMPP library QXmpp.
To fix this problem, we can install more using the command below.
sudo apt-get -y install kaidan
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install kaidan.
sudo apt -y install kaidan
Or if you have aptitude installed you can use the following command.
sudo aptitude install kaidan
Summary
In this tutorial we learn how to fix kaidan command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.