m17n-im-config command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
m17n-im-config: command not found
or when using sudo you get the following error message
sudo: m17n-im-config: command not found
Solutions to m17n-im-config: command not found
How To Fix m17n-im-config: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu m17n-im-config is provided by m17n-im-config package.
m17n-im-config is:
m17n-im-config is a library to create a GTK+ widget for per-user configuration of input methods provided by the m17n library. m17n is an abbreviation of Multilingualization.
This package contains a standalone GUI program using the m17n-im-config library.
To fix this problem, we can install more using the command below.
sudo apt-get -y install m17n-im-config
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install m17n-im-config.
sudo apt -y install m17n-im-config
Or if you have aptitude installed you can use the following command.
sudo aptitude install m17n-im-config
Summary
In this tutorial we learn how to fix m17n-im-config command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.