xneur command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
xneur: command not found
or when using sudo you get the following error message
sudo: xneur: command not found
Solutions to xneur: command not found
How To Fix xneur: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu xneur is provided by xneur package.
xneur is:
When users work in multilingual environment (e.g. Russian+English), they sometimes type in text with wrong keyboard layout. In auto mode XNeur can automatically detect language of word user typed, switch keyboard layout and convert word from one keyboard layout into another. In manual mode user has ability to convert last typed word or some selected text with hot-keys. The main idea of this utility is similar to Punto Switcher for MS Windows. For now XNeur support English, Russian, Ukrainian, Belarusian, French, Romanian, German, Kazakh and many other languages.
To fix this problem, we can install more using the command below.
sudo apt-get -y install xneur
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install xneur.
sudo apt -y install xneur
Or if you have aptitude installed you can use the following command.
sudo aptitude install xneur
Summary
In this tutorial we learn how to fix xneur command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.