gwaei command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gwaei: command not found
or when using sudo you get the following error message
sudo: gwaei: command not found
Solutions to gwaei: command not found
How To Fix gwaei: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gwaei is provided by gwaei package.
gwaei is:
gWaei is an easy to use and yet powerful full-featured dictionary program for Japanese to English translation. It organizes results by relevance, supports regex searches, tabs, spell checking, kanji handwriting recognition and an accompanying console version for searches through the terminal.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gwaei
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gwaei.
sudo apt -y install gwaei
Or if you have aptitude installed you can use the following command.
sudo aptitude install gwaei
Summary
In this tutorial we learn how to fix gwaei command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.