wnntouch command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
wnntouch: command not found
or when using sudo you get the following error message
sudo: wnntouch: command not found
Solutions to wnntouch: command not found
How To Fix wnntouch: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu wnntouch 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 wnntouch command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.