kgeography command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
kgeography: command not found
or when using sudo you get the following error message
sudo: kgeography: command not found
Solutions to kgeography: command not found
How To Fix kgeography: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu kgeography is provided by kgeography package.
kgeography is:
KGeography is an aid for learning about world geography. You can use it to explore a map, show information about regions and features, and play quiz games to test your geography knowledge.
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 kgeography
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install kgeography.
sudo apt -y install kgeography
Or if you have aptitude installed you can use the following command.
sudo aptitude install kgeography
Summary
In this tutorial we learn how to fix kgeography command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.