fcitx5-config-qt command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
fcitx5-config-qt: command not found
or when using sudo you get the following error message
sudo: fcitx5-config-qt: command not found
Solutions to fcitx5-config-qt: command not found
How To Fix fcitx5-config-qt: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu fcitx5-config-qt is provided by fcitx5-config-qt package.
fcitx5-config-qt is:
This is a configuration tool for Fcitx Input Method Framework v5.
It also provides fcitx5-migrator tool, which helps to migrate data from Fcitx4. To migrate Fcitx4 pinyin and table data, it needs tools from libime-bin package.
To fix this problem, we can install more using the command below.
sudo apt-get -y install fcitx5-config-qt
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install fcitx5-config-qt.
sudo apt -y install fcitx5-config-qt
Or if you have aptitude installed you can use the following command.
sudo aptitude install fcitx5-config-qt
Summary
In this tutorial we learn how to fix fcitx5-config-qt command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.