hannah-foo2zjs command not found

In this troubleshooting guide we learn how to fix hannah-foo2zjs command not found error message

Introduction

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

hannah-foo2zjs: command not found

or when using sudo you get the following error message

sudo: hannah-foo2zjs: command not found

Solutions to hannah-foo2zjs: command not found

How To Fix hannah-foo2zjs: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu hannah-foo2zjs is provided by hannah-foo2zjs package.

hannah-foo2zjs is:

Hannah is a graphical firmware downloader for the foo2zjs package. You can select one or more firmware(s) from a list, and let hannah download and install them.

With this software you can potentially install non-free software, so beware of that.

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

sudo apt-get -y install hannah-foo2zjs

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

You can also use apt command to install hannah-foo2zjs.

sudo apt -y install hannah-foo2zjs

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

sudo aptitude install hannah-foo2zjs

Summary

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