langdrill command not found

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

Introduction

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

langdrill: command not found

or when using sudo you get the following error message

sudo: langdrill: command not found

Solutions to langdrill: command not found

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

In Ubuntu langdrill is provided by langdrill package.

langdrill is:

langdrill is a helper for testing your foreign language vocabulary. It uses GTK+ toolkit and VDK (a C++ wrapper around GTK+). langdrill looks similar to JavaDrill.

Support for displaying Japanese characters is included. For this, Japanese fonts must be installed on your system, for instance the xfonts-intl-japanese package.

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

sudo apt-get -y install langdrill

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

You can also use apt command to install langdrill.

sudo apt -y install langdrill

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

sudo aptitude install langdrill

Summary

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