wnnstat command not found

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

Introduction

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

wnnstat: command not found

or when using sudo you get the following error message

sudo: wnnstat: command not found

Solutions to wnnstat: command not found

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

In Ubuntu wnnstat is provided by freewnn-jserver package.

freewnn-jserver is:

FreeWnn jserver (Wnn) is a network-extensible Kana-to-Kanji conversion system. It was jointly developed and released by the Software Research Group of Kyoto University Research Institute for Mathematical Science, OMRON Corporation and Astec, Inc. and now maintained by the FreeWnn Project.

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

sudo apt-get -y install freewnn-jserver

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

You can also use apt command to install freewnn-jserver.

sudo apt -y install freewnn-jserver

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

sudo aptitude install freewnn-jserver

Summary

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