nheko command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
nheko: command not found
or when using sudo you get the following error message
sudo: nheko: command not found
Solutions to nheko: command not found
How To Fix nheko: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu nheko is provided by nheko package.
nheko is:
Nheko is a Qt-based chat client for Matrix, an open, federated communications protocol. The motivation behind the project is to provide a native desktop app for Matrix that feels more like a mainstream chat app and less like an IRC client.
To fix this problem, we can install more using the command below.
sudo apt-get -y install nheko
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install nheko.
sudo apt -y install nheko
Or if you have aptitude installed you can use the following command.
sudo aptitude install nheko
Summary
In this tutorial we learn how to fix nheko command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.