uim-toolbar-qt5 command not found

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

Introduction

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

uim-toolbar-qt5: command not found

or when using sudo you get the following error message

sudo: uim-toolbar-qt5: command not found

Solutions to uim-toolbar-qt5: command not found

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

In Ubuntu uim-toolbar-qt5 is provided by uim-qt5 package.

uim-qt5 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 some graphical utilities (but not a full IM-module) using Qt 5.x.

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

sudo apt-get -y install uim-qt5

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

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

sudo apt -y install uim-qt5

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

sudo aptitude install uim-qt5

Summary

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