hnb command not found

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

Introduction

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

hnb: command not found

or when using sudo you get the following error message

sudo: hnb: command not found

Solutions to hnb: command not found

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

In Ubuntu hnb is provided by hnb package.

hnb is:

Hnb is an ncurses program to organize many kinds of data in one place, for example addresses, todo lists, ideas, book reviews or to store snippets of brainstorming, to make a structured packing list or just to take random notes. It can export ascii, html and xml, supports todo checkboxes, checkbox trees with percentages, priorities, preferences, searching and more.

Hnb is orphaned upstream. Though the current Debian maintainer tries to keep hnb in a usable and releasable state he does not plan to add many new features. If you are interested in hnb and want to become its new upstream maintainer please contact the original author and the Debian maintainer.

Hnb does currently not support UTF-8.

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

sudo apt-get -y install hnb

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

You can also use apt command to install hnb.

sudo apt -y install hnb

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

sudo aptitude install hnb

Summary

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