kwordquiz command not found

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

Introduction

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

kwordquiz: command not found

or when using sudo you get the following error message

sudo: kwordquiz: command not found

Solutions to kwordquiz: command not found

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

In Ubuntu kwordquiz is provided by kwordquiz package.

kwordquiz is:

KWordQuiz is a general purpose flashcard program, typically used for vocabulary training.

KWordQuiz can open vocabulary data in various formats, including the kvtml format used by KDE programs such as Parley, the WQL format used by WordQuiz for Windows, the xml.gz format used by Pauker, and CSV text.

This package is part of the KDE education module.

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

sudo apt-get -y install kwordquiz

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

You can also use apt command to install kwordquiz.

sudo apt -y install kwordquiz

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

sudo aptitude install kwordquiz

Summary

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