nadoka command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
nadoka: command not found
or when using sudo you get the following error message
sudo: nadoka: command not found
Solutions to nadoka: command not found
How To Fix nadoka: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu nadoka is provided by nadoka package.
nadoka is:
Nadoka is a tool for monitoring and logging IRC conversations and responding to specially formatted requests. You define and customize these responses in Ruby. Nadoka is conceptually similar to Madoka, an older proxy written in Perl.
To fix this problem, we can install more using the command below.
sudo apt-get -y install nadoka
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install nadoka.
sudo apt -y install nadoka
Or if you have aptitude installed you can use the following command.
sudo aptitude install nadoka
Summary
In this tutorial we learn how to fix nadoka command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.