gkamus command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gkamus: command not found
or when using sudo you get the following error message
sudo: gkamus: command not found
Solutions to gkamus: command not found
How To Fix gkamus: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gkamus is provided by gkamus package.
gkamus is:
Indonesian English dictionary that contains 23000 words and definitions, similar to gidic or Linguist.
It allows users to add more words/definitions or to edit words/definitions that exist in database.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gkamus
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gkamus.
sudo apt -y install gkamus
Or if you have aptitude installed you can use the following command.
sudo aptitude install gkamus
Summary
In this tutorial we learn how to fix gkamus command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.