kinput2-canna command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
kinput2-canna: command not found
or when using sudo you get the following error message
sudo: kinput2-canna: command not found
Solutions to kinput2-canna: command not found
How To Fix kinput2-canna: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu kinput2-canna is provided by kinput2-canna package.
kinput2-canna 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 Canna cannaserver.
To fix this problem, we can install more using the command below.
sudo apt-get -y install kinput2-canna
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install kinput2-canna.
sudo apt -y install kinput2-canna
Or if you have aptitude installed you can use the following command.
sudo aptitude install kinput2-canna
Summary
In this tutorial we learn how to fix kinput2-canna command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.