yaskkserv_normal command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
yaskkserv_normal: command not found
or when using sudo you get the following error message
sudo: yaskkserv_normal: command not found
Solutions to yaskkserv_normal: command not found
How To Fix yaskkserv_normal: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu yaskkserv_normal is provided by yaskkserv package.
yaskkserv is:
yaskkserv is a dictionary server for the SKK Japanese input method system. yaskkserv is written in C++ from scratch in consideration of embedded environment, but is compatible with skkserv on the protocol behavior.
yaskkserv can use multiple dictionaries and also supports server completion.
To fix this problem, we can install more using the command below.
sudo apt-get -y install yaskkserv
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install yaskkserv.
sudo apt -y install yaskkserv
Or if you have aptitude installed you can use the following command.
sudo aptitude install yaskkserv
Summary
In this tutorial we learn how to fix yaskkserv_normal command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.