kbd-layout-viewer5 command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
kbd-layout-viewer5: command not found
or when using sudo you get the following error message
sudo: kbd-layout-viewer5: command not found
Solutions to kbd-layout-viewer5: command not found
How To Fix kbd-layout-viewer5: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu kbd-layout-viewer5 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 kbd-layout-viewer5 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.