uim-pref-gtk3 command not found

In this troubleshooting guide we learn how to fix uim-pref-gtk3 command not found error message

Introduction

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

uim-pref-gtk3: command not found

or when using sudo you get the following error message

sudo: uim-pref-gtk3: command not found

Solutions to uim-pref-gtk3: command not found

How To Fix uim-pref-gtk3: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu uim-pref-gtk3 is provided by uim-gtk3 package.

uim-gtk3 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 contains an GTK+3.0 front-end applications for uim.

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

sudo apt-get -y install uim-gtk3

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

You can also use apt command to install uim-gtk3.

sudo apt -y install uim-gtk3

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

sudo aptitude install uim-gtk3

Summary

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