gxneur command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gxneur: command not found
or when using sudo you get the following error message
sudo: gxneur: command not found
Solutions to gxneur: command not found
How To Fix gxneur: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gxneur is provided by gxneur package.
gxneur is:
gXNeur runs in system tray and shows XNeur’s state. It also allows one to configure XNeur via GUI dialog.
XNeur is an in-place converter of text typed in with a wrong keyboard layout. See xneur package for more info.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gxneur
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gxneur.
sudo apt -y install gxneur
Or if you have aptitude installed you can use the following command.
sudo aptitude install gxneur
Summary
In this tutorial we learn how to fix gxneur command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.