nodau command not found

In this troubleshooting guide we learn how to fix nodau command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

nodau: command not found

or when using sudo you get the following error message

sudo: nodau: command not found

Solutions to nodau: command not found

How To Fix nodau: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu nodau is provided by nodau package.

nodau is:

Nodau is a simple console based note taking program. It allows you to easily create, edit, and view notes, and search them by name or date.

To fix this problem, we can install more using the command below.

sudo apt-get -y install nodau

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install nodau.

sudo apt -y install nodau

Or if you have aptitude installed you can use the following command.

sudo aptitude install nodau

Summary

In this tutorial we learn how to fix nodau command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.