fcitx-config-gtk3 command not found

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

Introduction

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

fcitx-config-gtk3: command not found

or when using sudo you get the following error message

sudo: fcitx-config-gtk3: command not found

Solutions to fcitx-config-gtk3: command not found

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

In Ubuntu fcitx-config-gtk3 is provided by fcitx-config-gtk package.

fcitx-config-gtk is:

Fcitx is the Free Chinese Input Toy of X, which was initially designed for Chinese users, and used XIM protocol. Now it has already evolved into a highly modularized, feature rich input method framework for Unix-like platforms supporting a considerable amount of frontends, backends and modules.

It is an ideal choice for the vast majority. Many of its features make users of Unix-like platforms have a fully modern input experience for the first time. It has also greatly lower the threshold for developers, making the development of extended functions much easier than ever before.

This package provides a graphical configuration tool.

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

sudo apt-get -y install fcitx-config-gtk

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

You can also use apt command to install fcitx-config-gtk.

sudo apt -y install fcitx-config-gtk

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

sudo aptitude install fcitx-config-gtk

Summary

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