waei command not found

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

Introduction

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

waei: command not found

or when using sudo you get the following error message

sudo: waei: command not found

Solutions to waei: command not found

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

In Ubuntu waei 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 waei command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.