kinput2-canna-wnn command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
kinput2-canna-wnn: command not found
or when using sudo you get the following error message
sudo: kinput2-canna-wnn: command not found
Solutions to kinput2-canna-wnn: command not found
How To Fix kinput2-canna-wnn: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu kinput2-canna-wnn is provided by kinput2-canna-wnn package.
kinput2-canna-wnn is:
Kinput2 is an input server for X11 applications that want Japanese text input.
A client that wants kana-kanji conversion service for Japanese text sends a request to kinput2. Kinput2 receives the request, does kana-kanji conversion, and sends the converted text back to the client.
This package supports both Canna cannaserver and Wnn jserver (version 4 or 6).
To fix this problem, we can install more using the command below.
sudo apt-get -y install kinput2-canna-wnn
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install kinput2-canna-wnn.
sudo apt -y install kinput2-canna-wnn
Or if you have aptitude installed you can use the following command.
sudo aptitude install kinput2-canna-wnn
Summary
In this tutorial we learn how to fix kinput2-canna-wnn command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.