kanatest command not found

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

Introduction

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

kanatest: command not found

or when using sudo you get the following error message

sudo: kanatest: command not found

Solutions to kanatest: command not found

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

In Ubuntu kanatest is provided by kanatest package.

kanatest is:

Kanatest is a simple hiragana and katakana drill game. It checks your knowledge of Japanese kana characters.

There are three drill modes: hiragana mode (hiragana charset only), katakana mode (katakana charset only) and mixed mode (both charsets). The tester shows random kana characters and waits until you enter the romaji equivalent in an entry field. At the end, statistics are provided.

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

sudo apt-get -y install kanatest

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

You can also use apt command to install kanatest.

sudo apt -y install kanatest

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

sudo aptitude install kanatest

Summary

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