uim-m17nlib-relink-icons command not found

In this troubleshooting guide we learn how to fix uim-m17nlib-relink-icons command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

uim-m17nlib-relink-icons: command not found

or when using sudo you get the following error message

sudo: uim-m17nlib-relink-icons: command not found

In Ubuntu uim-m17nlib-relink-icons is provided by uim package.

uim is:

Uim is an input method module library which supports various scripts and can act as a front end for a range of input methods, including Anthy, Canna, or SKK (for Japanese), Pinyin (for Chinese), Byeoru (for Korean), and M17n (for many other languages). Most of its functions are implemented in Scheme, so it’s very simple and flexible.

This package is a package designed to install the basic uim infrastructure.

To fix this problem, we can install more using the command below.

sudo apt-get -y install uim

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install uim.

sudo apt -y install uim

Or if you have aptitude installed you can use the following command.

sudo aptitude install uim

Summary

In this tutorial we learn how to fix uim-m17nlib-relink-icons command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.