kdrill command not found

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

Introduction

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

kdrill: command not found

or when using sudo you get the following error message

sudo: kdrill: command not found

Solutions to kdrill: command not found

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

In Ubuntu kdrill is provided by kdrill package.

kdrill is:

This package provides a graphical program for learning Japanese characters, which also doubles as a dictionary lookup program. It requires a dictionary package, such as kanjidic (for learning kanji) or kanadic (for learning hiragana or katakana), although you can specify a custom dictionary file on the command line.

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

sudo apt-get -y install kdrill

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

You can also use apt command to install kdrill.

sudo apt -y install kdrill

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

sudo aptitude install kdrill

Summary

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